Skip to content

Commit 80f9c04

Browse files
committed
started zip files on lesson
1 parent 593f58a commit 80f9c04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Modules/OrganizingFiles/lesson_plan.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,7 @@ for folderName, subfolders, filenames in os.walk(os.path.abspath('.')):
7373
print('FILE INSIDE ' + folderName + ': ' + filename)
7474
print('')
7575
```
76+
77+
### Compressing Files with the zipfile Module
78+
A zipfile is an archive file that allows the storage of multiple files and
79+
folders into one.

0 commit comments

Comments
 (0)