File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 74
74
>> >
75
75
```
76
76
77
- We have also used [ enumerate] ( ../basics/trey-hunner- zip-and-enumerate.md )
77
+ We have also used [ enumerate] ( ../basics/zip-and-enumerate.md )
78
78
before, and it actually remembers its position also:
79
79
80
80
``` python
Original file line number Diff line number Diff line change @@ -453,7 +453,7 @@ howdy hi
453
453
Typing `say_hi` just gives us the value of the `say_hi` variable, which
454
454
is the function we defined. But `say_hi()` ** calls** that function, so
455
455
it runs and gives us a return value. The return value is None so the
456
- `>> > ` prompt [doesn' t show it](# variables.md#none).
456
+ `>> > ` prompt [doesn' t show it](variables.md#none).
457
457
458
458
But we know that the print function shows None , so what happens if we
459
459
wrap the whole thing in `print ()` ?
You can’t perform that action at this time.
0 commit comments