Vidyalelo
Python · Q78

Python Introduction and basic

Programming · Python · question 78

Q78

What will be the output of the following Python code snippet if x=1? x<<2

A.
4
Answer
B.
2
C.
1
D.
8

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board