[ create a new paste ] login | about

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

Python, pasted on Nov 22:
1
2
x = int(input("Enter x:"))
y = int(input("Enter y:"))


Output:
1
2
3
4
Enter x:Traceback (most recent call last):
  Line 1, in <module>
    x = int(input("Enter x:"))
EOFError


Create a new paste based on this one


Comments: