[ create a new paste ] login | about

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

Python, pasted on Aug 22:
1
2
3
4
a = 3
import math
pritn(math.pi)
print(a)


Output:
1
2
3
4
Traceback (most recent call last):
  Line 3, in <module>
    pritn(math.pi)
NameError: name 'pritn' is not defined


Create a new paste based on this one


Comments: