What is the output of the following line of code typed into a Python interactive session?
>>>print (8 <<1)
False
16
SyntaxError: invalid syntax
True
Submit