Python Quiz – Operators in Python Welcome to Python Quiz - Operators in Python | January 26, 2025 Your Name Your Email 1. Does “=” and “==” are same in Python ? Yes, both are same No None 2. Do we need to import Operators in Python before using them in the code? Yes, we have to import Operators No, it is automatically available None 3. Arithmetic operators deal with mathematics related operations only Yes No None 4. Comparison Operator always results in Boolean output Yes No None 5. X = X+1 is equivalent to X =+ X X += X None 6. >> Int(TRUE) will result Error True 1 None of these None 7. “is” – is an Operator in Python Yes No None 8. “is” and “in” are the operators in Python, which returns Boolean output Yes No None 9. Operators acts on operands Yes No None 10. Operators can be a symbol or sometimes, it can be a text Yes, Possible No None Related Posts