[ create a new paste ] login | about

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

Python, pasted on Jun 29:
1
print("hello","world"+sep=",")


Output:
1
2
3
4
  Line 1
    print("hello","world"+sep=",")
                             ^
SyntaxError: invalid syntax


Create a new paste based on this one


Comments: