fork download
  1. print(1<<1);
  2. print(1<<-1);
  3.  
Runtime error #stdin #stdout #stderr 0.12s 23240KB
stdin
Standard input is empty
stdout
2
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
ValueError: negative shift count