Link edit

This commit is contained in:
David Beazley
2020-05-24 16:59:52 -05:00
parent ea25f0d39b
commit 02d9294388
6 changed files with 6 additions and 6 deletions

View File

@@ -183,4 +183,4 @@ exercise work. For example:
>>>
```
[Next]("02_Hello_World.html")
[Next]("02_Hello_world")

View File

@@ -503,4 +503,4 @@ an identifying filename and line number.
* Fix the error
* Run the program successfully
[Next]("03_Numbers.html")
[Next]("03_Numbers")

View File

@@ -232,4 +232,4 @@ Months 309
While youre at it, fix the program to correct the for overpayment that occurs in the last month.
[Next]("04_Strings.html")
[Next]("04_Strings")

View File

@@ -420,4 +420,4 @@ For example, a popular alternative to Python's normal interactive mode
is IPython (http://ipython.org). IPython provides some nice features
such as tab-completion of method names, more integrated help and more.
[Next]("05_Lists.html")
[Next]("05_Lists")

View File

@@ -402,4 +402,4 @@ example, a list that consists entirely of numbers or a list of text
strings. Mixing different kinds of data together in the same list is
often a good way to make your head explode so it's best avoided.
[Next]("06_Files.html")
[Next]("06_Files")

View File

@@ -214,4 +214,4 @@ Try it:
>>>
```
[Next]("07_Functions.html")
[Next]("07_Functions")