[ create a new paste ] login | about

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

Python, pasted on Sep 30:
1
2
3
4
5
def top(deck):
    pass
 
def b():
    global deck


Output:
1
SyntaxError: name 'deck' is local and global


Create a new paste based on this one


Comments: