Q4
What is the result of 5 > 1 ?
A.
5
B.
10
AnswerC.
20
D.
2
Answer: Option B
Solution
Answer: Option B
Solution:
The << and >> operators are evaluated from left to right.
Python MCQs: Bitwise and Boolean Operations Chapter
Programming · Python · question 4
Q4
Answer: Option B