[ create a new paste ] login | about

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

Python, pasted on Aug 21:
1
2
3
4
5
def main():
     print "hello world!"
print "Dhairya"

if __name__ = "__main__"


Output:
1
2
3
4
  Line 5
    if __name__ = "__main__"
                ^
SyntaxError: invalid syntax


Create a new paste based on this one


Comments: