All problems
EasyPython Basics
Arithmetic operators
Print the result of basic arithmetic: addition, subtraction, integer division, modulo, and exponent.
- #math
- #operators
Sample input
a = 17, b = 5
Sample output
22 12 3 2 1419857
arithmetic-basics.py
Output
Press "Run code" to execute.
