🔢 Math in Python
Python can do math just like a calculator! Use + to add, - to subtract, * to multiply, and / to divide.
💡 Challenge
Help Py use Python to add, subtract, multiply, and divide numbers. Try each operator!
What to do:
-
1
Try adding: print(5 + 3)
-
2
Try subtracting: print(10 - 4)
-
3
Try multiplying and dividing too!