Skip to content

Commit 3e9b9b1

Browse files
committed
i dont remember who confused these things on irc
1 parent be133bb commit 3e9b9b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

basics/defining-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ UnboundLocalError: local variable 'foo' referenced before assignment
190190

191191
## Input
192192

193+
**Note:** This section has nothing to do with the `input` function that
194+
is used like `word = input("enter something: ")`.
195+
193196
So far our functions seem to be really isolated from the rest of our
194197
code, and it sucks! But they really are not as isolated as you might
195198
think they are.

0 commit comments

Comments
 (0)