Quiz on Python Arithmetic Operators



1. What is the result of 10 + 5 in Python?
2. Which operator is used for subtraction in Python?
3. What does the expression 7 % 3 return in Python?
4. What is the output of 5 * 3?
5. What does the operator ** represent in Python?

Advertisements