[ create a new paste ] login | about

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

Python, pasted on Mar 15:
1
2
3
received(['jeje', 'jojo'])
for x in received:
	print(x)


Output:
1
2
3
4
Traceback (most recent call last):
  Line 2, in <module>
    received(['jeje', 'jojo'])
NameError: name 'received' is not defined


Create a new paste based on this one


Comments: