8000 Update chapter numbering to match book · pbt001/python-basics-exercises@34e2da9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34e2da9

Browse files
committed
Update chapter numbering to match book
1 parent 24d8e5e commit 34e2da9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ch06-functions-and-loops/1-write-your-own-functions.py renamed to ch06-functions-and-loops/2-write-your-own-functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 6.1 - Write Your Own Functions
1+
# 6.2 - Write Your Own Functions
22
# Solutions to review exercises
33

44

ch06-functions-and-loops/2-challenge.py renamed to ch06-functions-and-loops/3-challenge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 6.2 - Challenge: Convert temperatures
1+
# 6.3 - Challenge: Convert temperatures
22
# Solution to challenge
33

44

ch06-functions-and-loops/3-run-in-circles.py renamed to ch06-functions-and-loops/4-run-in-circles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 6.3 - Run in Circles
1+
# 6.4 - Run in Circles
22
# Solutions to review exercises
33

44

ch06-functions-and-loops/4-challenge.py renamed to ch06-functions-and-loops/5-challenge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 6.4 - Challenge: Track Your Investments
1+
# 6.5 - Challenge: Track Your Investments
22
# Solution to challenge
33

44

0 commit comments

Comments
 (0)
0