Skip to content

Write documentation for zip & enumerate #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Sep 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ to learn more about whatever you want after studying it.
9. [Handy stuff with strings](basics/handy-stuff-strings.md)
10. [Lists and tuples](basics/lists-and-tuples.md)
11. [Loops](basics/loops.md)
12. [Trey Hunner: zip and enumerate](basics/trey-hunner-zip-and-enumerate.md)
12. [zip and enumerate](basics/zip-and-enumerate.md)
13. [Dictionaries](basics/dicts.md)
14. [Defining functions](basics/defining-functions.md)
15. [Writing a larger program](basics/larger-program.md)
Expand Down
2 changes: 1 addition & 1 deletion basics/dicts.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,5 @@ star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
You may use this tutorial freely at your own risk. See
[LICENSE](../LICENSE).

[Previous](trey-hunner-zip-and-enumerate.md) | [Next](defining-functions.md) |
[Previous](zip-and-enumerate.md) | [Next](defining-functions.md) |
[List of contents](../README.md#basics)
2 changes: 1 addition & 1 deletion basics/loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,5 +501,5 @@ star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
You may use this tutorial freely at your own risk. See
[LICENSE](../LICENSE).

[Previous](lists-and-tuples.md) | [Next](trey-hunner-zip-and-enumerate.md) |
[Previous](lists-and-tuples.md) | [Next](zip-and-enumerate.md) |
[List of contents](../README.md#basics)
147 changes: 0 additions & 147 deletions basics/trey-hunner-zip-and-enumerate.md

This file was deleted.

Loading