Skip to content

Commit a12bfbf

Browse files
committed
Increase chapter numbers by 1 to make room for new Modules and Packages chapter
1 parent 30c3f99 commit a12bfbf

File tree

56 files changed

+28
-28
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+28
-28
lines changed

ch11-file-input-and-output/2-working-with-file-paths-in-python.py renamed to ch12-file-input-and-output/2-working-with-file-paths-in-python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 11.2 - Working With File Paths in Python
1+
# 12.2 - Working With File Paths in Python
22
# Solutions to review exercises
33

44

ch11-file-input-and-output/3-common-file-system-operations.py renamed to ch12-file-input-and-output/3-common-file-system-operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 11.3 Common File System Operations
1+
# 12.3 Common File System Operations
22
# Solutions to Exercises
33

44

ch11-file-input-and-output/4-challenge-move-all-image-files-to-a-new-directory.py renamed to ch12-file-input-and-output/4-challenge-move-all-image-files-to-a-new-directory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 11.4 Challenge: Move All Image Files To a New Directory
1+
# 12.4 Challenge: Move All Image Files To a New Directory
22
# Solution to Challenge
33

44
from pathlib import Path

ch11-file-input-and-output/5-reading-and-writing-files.py renamed to ch12-file-input-and-output/5-reading-and-writing-files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 11.5 - Reading and Writing Files
1+
# 12.5 - Reading and Writing Files
22
# Solutions to Exercises
33

44

ch11-file-input-and-output/6-read-and-write-csv-data.py renamed to ch12-file-input-and-output/6-read-and-write-csv-data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 11.5 Read and Write CSV Data
1+
# 12.5 Read and Write CSV Data
22
# Solutions to Exercises
33

44

ch11-file-input-and-output/7-challenge-create-a-high-scores-list.py renamed to ch12-file-input-and-output/7-challenge-create-a-high-scores-list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 11.7 Challenge: Create a High Scores List
1+
# 12.7 Challenge: Create a High Scores List
22
# Solution to Challenge
33

44
import csv

0 commit comments

Comments
 (0)