print(937808300 + 932955077) print(937808300 - 932955077) print(937808300 * 932955077) print(937808300 / 932955077) Use code with caution. Copied to clipboard

Note: expr performs integer division, so it discards the remainder. Usage Tips

expr treats each number and operator as a separate argument. You must include spaces (e.g., 9 + 5 , not 9+5 ).

The command expr 937808300 932955077 is an incomplete instruction for the , which is used to evaluate expressions in a terminal environment. Functionality