[ create a new paste ] login | about

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

Python, pasted on Aug 10:
1
2
3
4
if 3>6:
    print ("Hello World")
else:
    print ("NULL")


Output:
1
NULL


Create a new paste based on this one


Comments: