[ create a new paste ] login | about

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

Python, pasted on May 28:
1
2
3
4
for _ in []:
    print("body")
else:
    print("else")


Output:
1
else


Create a new paste based on this one


Comments: