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 0a3536c commit af85e38Copy full SHA for af85e38
advanced/iters.md
@@ -74,7 +74,7 @@ twice.
74
>>>
75
```
76
77
-We have also used [enumerate](../basics/trey-hunner-zip-and-enumerate.md)
+We have also used [enumerate](../basics/zip-and-enumerate.md)
78
before, and it actually remembers its position also:
79
80
```python
basics/defining-functions.md
@@ -453,7 +453,7 @@ howdy hi
453
Typing `say_hi` just gives us the value of the `say_hi` variable, which
454
is the function we defined. But `say_hi()` **calls** that function, so
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).
+`>>>` prompt [doesn't show it](variables.md#none).
457
458
But we know that the print function shows None, so what happens if we
459
wrap the whole thing in `print()`?
0 commit comments