Skip to content

Commit ea66c71

Browse files
authored
Update file path for reading emily.txt
1 parent 94376f8 commit ea66c71

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

07/read_text01.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
f = open("emily.txt","r")
1+
f = open("07/emily.txt","r")
22
lines = f.readlines()
33
f.close()
44
for line in lines:
5-
print(line,end="")
5+
6+
print(line,end="")

0 commit comments

Comments
 (0)