-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The out of scope variable: mention nonlocal
#193
Labels
Comments
I would love to add this to this repo! |
Sure @diptangsu, Feel free to submit a PR for this. |
diptangsu
added a commit
to diptangsu/wtfpython
that referenced
this issue
Oct 2, 2020
I have submitted a PR. I also made some extra changes. Let me know if I need to change something, I'll add the required changes and add another commit! |
satwikkansal
pushed a commit
that referenced
this issue
Oct 5, 2020
* fixed link to CONTRIBUTORS.md * The out of scope variable, nonlocal, #193 * added myself to CONTRIBUTORS.md :D * Update CONTRIBUTORS.md * added entry in index * merged nonlocal to `the out of scope variable` example Also removed the extra entry from the main index.
Thank you @diptangsu for going beyond just mentioning |
muscliary
pushed a commit
to muscliary/wtfpython
that referenced
this issue
Sep 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/satwikkansal/wtfpython#-the-out-of-scope-variable
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-nonlocal-stmt
The text was updated successfully, but these errors were encountered: