CSE MCQs :: Python MCQs
-
What is the value of this expression:bin(10-2)+bin(12^4)
-
What is the output of the code shown below?not(3>4)not(1&1)
-
What is the output of the code shown below?class Truth:passx=Truth()bool(x)
-
What is the value of the following expression?2+4.00, 2**4.0