Commit eda827b
committed
Clarify calling functions
The original explanation says that we re-write the name of the example
function at the bottom of the file "because Python reads the file from
top to bottom, so we need to re-write the name of the function." I find
that explanation a bit confusing myself.
I think two things were conflated here:
1) The difference between defining and running a function
2) Explaining that Python reads files from top to bottom, and needs
functions to be defined before they can be called
I tried to more explicitly explain that what we're doing is calling a
function we just defined, and break these concepts apart more.1 parent c212a42 commit eda827b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
815 | 815 | | |
816 | 816 | | |
817 | 817 | | |
818 | | - | |
| 818 | + | |
819 | 819 | | |
820 | 820 | | |
821 | 821 | | |
| |||
0 commit comments