[ create a new paste ] login | about

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

Python, pasted on Mar 14:
1
2
x=pos_infinity()
print(x)


Output:
1
2
3
4
Traceback (most recent call last):
  Line 1, in <module>
    x=pos_infinity()
NameError: name 'pos_infinity' is not defined


Create a new paste based on this one


Comments: