This commit is contained in:
David Beazley
2020-05-26 10:21:44 -05:00
parent a5dc55dc79
commit 6f58d7b579
6 changed files with 7 additions and 5 deletions

View File

@@ -181,5 +181,5 @@ exercise work. For example:
>>> >>>
``` ```
\[ [Contents](../Contents) \] \| \[ [Next (1.2 Hello World)](02_Hello_world) \] [Contents](../Contents) \| [Next (1.2 A First Program)](02_Hello_world)

View File

@@ -228,4 +228,4 @@ Months 309
While youre at it, fix the program to correct the for overpayment that occurs in the last month. While youre at it, fix the program to correct the for overpayment that occurs in the last month.
[Next](04_Strings) [Contents](../Contents) \| [Previous (1.2 A First Program)](02_Hello_world) \| [Next (1.4 Strings)](04_Strings)

View File

@@ -422,4 +422,4 @@ For example, a popular alternative to Python's normal interactive mode
is IPython (http://ipython.org). IPython provides some nice features is IPython (http://ipython.org). IPython provides some nice features
such as tab-completion of method names, more integrated help and more. such as tab-completion of method names, more integrated help and more.
[Next](05_Lists) [Contents](../Contents) \| [Previous (1.3 Numbers)](03_Numbers) \| [Next (1.5 Lists)](05_Lists)

View File

@@ -401,4 +401,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 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. often a good way to make your head explode so it's best avoided.
[Next](06_Files) [Contents](../Contents) \| [Previous (1.4 Strings)](04_Strings) \| [Next (1.6 Files)](06_Files)

View File

@@ -214,4 +214,4 @@ Try it:
>>> >>>
``` ```
[Next](07_Functions) [Contents](../Contents) \| [Previous (1.5 Lists)](05_Lists) \| [Next (1.7 Functions)](07_Functions)

View File

@@ -255,3 +255,5 @@ bash % python3 pcost.py Data/portfolio.csv
Total cost: 44671.15 Total cost: 44671.15
bash % bash %
``` ```
[Contents](../Contents) \| [Previous (1.6 Files)](06_Files) \| [Next (2.0 Working with Data)](../02_Working_with_data/00_Overview)