Links
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
@@ -228,4 +228,4 @@ Months 309
|
|||||||
|
|
||||||
While you’re at it, fix the program to correct the for overpayment that occurs in the last month.
|
While you’re 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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -214,4 +214,4 @@ Try it:
|
|||||||
>>>
|
>>>
|
||||||
```
|
```
|
||||||
|
|
||||||
[Next](07_Functions)
|
[Contents](../Contents) \| [Previous (1.5 Lists)](05_Lists) \| [Next (1.7 Functions)](07_Functions)
|
||||||
|
|||||||
@@ -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)
|
||||||
Reference in New Issue
Block a user