print(2 + 3) # Addition: prints the result of 2 + 3 print (2 - 3) # Subtraction: prints the result of 2 - 3 print (2 * 3) # Multiplication: prints the result of 2 * 3 print (25 / 5) # Division: prints ...