Q. What will be the output of the following Python code snippet if x=1? Code: x<<2 (A) 4 (B) 2 (C) 1 (D) 8 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 4