[ create a new paste ] login | about

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

Python, pasted on Jun 23:
1
2
            print("Hello Reddit");
			


Output:
1
2
3
4
  Line 2
    print("Hello Reddit");
    ^
IndentationError: unexpected indent


Create a new paste based on this one


Comments: