Vidyalelo
Python · Q4

Python MCQs: Bitwise and Boolean Operations Chapter

Programming · Python · question 4

Q4

What is the result of 5 > 1 ?

A.
5
B.
10
Answer
C.
20
D.
2

Answer: Option B

Solution

Answer: Option B
Solution:
The << and >> operators are evaluated from left to right.