Question 1: Python Arithmetic Operator
What will be the output of the following code?
Question 2: Python Exponentiation Operator
Which of the following is the correct operator for exponentiation (power) in Python?
Question 3: Python Modulus Operator
What is the result of -7 % 3 in Python?
Question 4: Python Comparison Operator
What is the output of this code?
Question 5: Python Logical Operators
What will be the result of the expression?
Question 6: Python Identity Operators
What is the output of this code?
Question 7: Python Membership Operators
What will be the output?
Question 8: Python Bitwise Operator
What is the result of 6 & 3?
Question 9: Python Operator Precedence
What will be the output of this code?
Question 10: Python Augmented Assignment
What is the output of the code?