5 lines
109 B
Text
5 lines
109 B
Text
def NAME:
|
|
def NAME: 2;
|
|
1, NAME; # this calls the inner function, not the outer function
|
|
|
|
NAME # => 1, 2
|