We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827935 commit f036319Copy full SHA for f036319
Programs/P44_Closures.py
@@ -18,4 +18,4 @@ def innerFunction():
18
19
if __name__ == '__main__':
20
myFunction = outerFunction('Hey!')
21
- myFunction()]
+ myFunction()
0 commit comments