Javaexercise.com

Python Operator Quiz for Beginners

1. What are the Operators?

  •   
  •   
  •   
  •   

2. Why does Python use Operators?

  •   
  •   
  •   
  •   

3. Does python supports increment(++) operator?

  •   
  •   

4. Does Python supports ternary operators?

  •   
  •   

5. What is the meaning of <>(diamond) opertor in Python?

  •   
  •   
  •   
  •   

6. Does Python 3 support the <> (diamond) operator ?

  •   
  •   

7. What are in and not in operators in Python?

  •   
  •   
  •   
  •   

8. What does the // operator in Python?

  •   
  •   

9. What is the meaning of operator precedence in Python?

  •   
  •   

10. What does the ** operator in Python?

  •   
  •