[ create a new paste ] login | about

Link: http://codepad.org/hLZzbu43    [ raw code | output | fork ]

Python, pasted on Aug 28:
1
2
3
4
5
x=4
if x==4:
 elif x==5:
else:
    print x


Output:
1
2
3
4
  Line 3
    elif x==5:
       ^
SyntaxError: invalid syntax


Create a new paste based on this one


Comments: