Skip to content

Commit 5378f67

Browse files
Debugging
1 parent f906aa5 commit 5378f67

1 file changed

Lines changed: 24 additions & 24 deletions

File tree

basics/README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@
66
This section will get you started with using Python and you'll be able
77
to learn more about whatever you want after studying it.
88

9-
1. [What is programming?](what-is-programming.md)
10-
2. [Installing Python](installing-python.md)
11-
3. [Getting started with Python](getting-started.md)
12-
4. [ThinkPython: The way of the program](the-way-of-the-program.md)
13-
5. [Variables, Booleans and None](variables.md)
14-
6. [Using functions](using-functions.md)
15-
7. [Setting up an editor](editor-setup.md)
16-
8. [If, else and elif](if.md)
17-
9. [Handy stuff with strings](handy-stuff-strings.md)
18-
10. [Lists and tuples](lists-and-tuples.md)
19-
11. [Loops](loops.md)
20-
12. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate.md)
21-
13. [Dictionaries](dicts.md)
22-
14. [Defining functions](defining-functions.md)
23-
15. [Writing a larger program](larger-program.md)
24-
16. [What is true?](what-is-true.md)
25-
17. [Files](files.md)
26-
18. [Modules](modules.md)
27-
19. [Exceptions](exceptions.md)
28-
20. [Classes](classes.md)
29-
21. [Docstrings](docstrings.md)
9+
1. [What is programming?](what-is-programming )
10+
2. [Installing Python](installing-python )
11+
3. [Getting started with Python](getting-started )
12+
4. [ThinkPython: The way of the program](the-way-of-the-program )
13+
5. [Variables, Booleans and None](variables )
14+
6. [Using functions](using-functions )
15+
7. [Setting up an editor](editor-setup )
16+
8. [If, else and elif](if )
17+
9. [Handy stuff with strings](handy-stuff-strings )
18+
10. [Lists and tuples](lists-and-tuples )
19+
11. [Loops](loops )
20+
12. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate )
21+
13. [Dictionaries](dicts )
22+
14. [Defining functions](defining-functions )
23+
15. [Writing a larger program](larger-program )
24+
16. [What is true?](what-is-true )
25+
17. [Files](files )
26+
18. [Modules](modules )
27+
19. [Exceptions](exceptions )
28+
20. [Classes](classes )
29+
21. [Docstrings](docstrings )
3030

3131
***
3232

3333
If you have trouble with this tutorial please [tell me about
34-
it](../contact-me.md) and I'll make this tutorial better. If you
34+
it](../contact-me ) and I'll make this tutorial better. If you
3535
like this tutorial, please [give it a
36-
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
36+
star](../README #how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
3737

3838
You may use this tutorial freely at your own risk. See
3939
[LICENSE](../LICENSE).
4040

41-
[List of contents](../README.md#list-of-contents)
41+
[List of contents](../README #list-of-contents)

0 commit comments

Comments
 (0)