[ create a new paste ] login | about

Link: http://codepad.org/16QGOXwM    [ raw code | fork ]

jleedev - Python, pasted on Jun 20:
1
2
3
4
5
def f():
    print "lol"
    yield "nope"

f()


Output:
No errors or program output.


Create a new paste based on this one


Comments: