What will be the output of the following Python code snippet if x=1? x<<2
What will be the output of the following Python code snippet if x=1?
x<<2
a. 4
b. 2
c. 1
d. 8
What will be the output of the following Python code snippet if x=1?
x<<2
a. 4
b. 2
c. 1
d. 8