Skip to content

Commit 434fd39

Browse files
committed
add bottom notes
1 parent e4a2300 commit 434fd39

9 files changed

+23
-1
lines changed

getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,6 @@ Powers are calculated before `*` and `/`, but after `()`.
202202

203203
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
204204

205+
[Previous](installing-python.md) |
206+
[Next](the-way-of-the-program.md) |
205207
[Back to the list of contents](README.md)

if.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using if, else and elif
1+
# If, else and elif
22

33
## Using if statements
44

@@ -257,4 +257,6 @@ The answers are [here](answers.md).
257257

258258
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
259259

260+
[Previous](using-functions.md) |
261+
[Next](lists.md) |
260262
[Back to the list of contents](README.md)

installing-python.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,6 @@ Now you should have Python installed, and you should be able run it.
105105

106106
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
107107

108+
[Previous](introduction.md) |
109+
[Next](getting-started.md) |
108110
[Back to the list of contents](README.md)

introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ have learned, and create something with it.
4040

4141
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
4242

43+
[Next](installing-python.md) |
4344
[Back to the list of contents](README.md)

lists.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@ we haven't talked about that yet.
9393

9494
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
9595

96+
[Previous](if.md) |
97+
[Next](loops.md) |
9698
[Back to the list of contents](README.md)

loops.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,3 +257,10 @@ Or if you want to clear a list, just use the `.clear()` list method:
257257

258258
2. Make the program ask the username and password over and over again
259259
3. Can you limit the number of attempts to 3?
260+
261+
***
262+
263+
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
264+
265+
[Previous](lists.md) |
266+
[Back to the list of contents](README.md)

the-way-of-the-program.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ learned everything.
4040

4141
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
4242

43+
[Previous](getting-started.md) |
44+
[Next](variables.md) |
4345
[Back to the list of contents](README.md)

using-functions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,6 @@ Enter something: hello
159159

160160
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
161161

162+
[Previous](variables.md) |
163+
[Next](if.md) |
162164
[Back to the list of contents](README.md)

variables.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,6 @@ what you are doing. We'll learn more about it later.
206206

207207
You may use this tutorial freely at your own risk. See [LICENSE](LICENSE).
208208

209+
[Previous](the-way-of-the-program.md) |
210+
[Next](using-functions.md) |
209211
[Back to the list of contents](README.md)

0 commit comments

Comments
 (0)