Skip to content

Commit a56048f

Browse files
committed
Minor Corrections
1 parent 11c2b27 commit a56048f

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

python_cheat_sheet.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,22 +2165,20 @@ for folderName, subfolders, filenames in os.walk('C:\\delicious'):
21652165

21662166
Output:
21672167

2168-
```python
2169-
The current folder is C:\delicious
2170-
SUBFOLDER OF C:\delicious: cats
2171-
SUBFOLDER OF C:\delicious: walnut
2172-
FILE INSIDE C:\delicious: spam.txt
2168+
The current folder is C:\delicious
2169+
SUBFOLDER OF C:\delicious: cats
2170+
SUBFOLDER OF C:\delicious: walnut
2171+
FILE INSIDE C:\delicious: spam.txt
21732172

2174-
The current folder is C:\delicious\cats
2175-
FILE INSIDE C:\delicious\cats: catnames.txt
2176-
FILE INSIDE C:\delicious\cats: zophie.jpg
2173+
The current folder is C:\delicious\cats
2174+
FILE INSIDE C:\delicious\cats: catnames.txt
2175+
FILE INSIDE C:\delicious\cats: zophie.jpg
21772176

2178-
The current folder is C:\delicious\walnut
2179-
SUBFOLDER OF C:\delicious\walnut: waffles
2177+
The current folder is C:\delicious\walnut
2178+
SUBFOLDER OF C:\delicious\walnut: waffles
21802179

2181-
The current folder is C:\delicious\walnut\waffles
2182-
FILE INSIDE C:\delicious\walnut\waffles: butter.txt.
2183-
```
2180+
The current folder is C:\delicious\walnut\waffles
2181+
FILE INSIDE C:\delicious\walnut\waffles: butter.txt
21842182

21852183
### Reading ZIP Files
21862184

python_cheat_sheet.pdf

-554 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)