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 be133bb commit 3e9b9b1Copy full SHA for 3e9b9b1
basics/defining-functions.md
@@ -190,6 +190,9 @@ UnboundLocalError: local variable 'foo' referenced before assignment
190
191
## Input
192
193
+**Note:** This section has nothing to do with the `input` function that
194
+is used like `word = input("enter something: ")`.
195
+
196
So far our functions seem to be really isolated from the rest of our
197
code, and it sucks! But they really are not as isolated as you might
198
think they are.
0 commit comments