Q1. What is the Python operator for addition?
2 marks
Q2. What is the Python operator for multiplication?
2 marks
Q3. What is the Python operator for exponent (power)?
2 marks
Q4. What is the output of this code: price = 20; quantity = 3; print(price * quantity)
4 marks
Q5. What is the output of: 10 % 3 (modulus operator)?
5 marks