Q. What will be the output of the following Python code snippet if x=1?
Code:
x<<2
β
Correct Answer: (A)
4
x<<2
You must be Logged in to update hint/solution