Home » Quizes » Python Quiz – Operators in Python Python Quiz – Operators in Python Welcome to Python Quiz - Operators in Python | September 22, 2023 Your Name Your Email 1 Does “=” and “==” are same in Python ? Yes, both are same No 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 3 Arithmetic operators deal with mathematics related operations only Yes No 4 Comparison Operator always results in Boolean output Yes No 5 X = X+1 is equivalent to X =+ X X += X 6 >> Int(TRUE) will result Error True 1 None of these 7 “is” – is an Operator in Python Yes No 8 “is” and “in” are the operators in Python, which returns Boolean output Yes No 9 Operators acts on operands Yes No 10 Operators can be a symbol or sometimes, it can be a text Yes, Possible No Related Posts