What does << represent in python?

Viewed 290

Python says

1 << 16 = 65536

What operation does << performs in Python?

4 Answers
Related