# your code goes here i =1 print i if i==1: a=3else: b=2; print a,b
Standard input is empty
1 3
Traceback (most recent call last): File "prog.py", line 14, in <module> NameError: name 'b' is not defined
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!