Lesson 72

This commit is contained in:
David Avery 2020-02-05 13:50:54 +00:00
parent d2f60c6bb0
commit 5195a70e0c

View File

@ -1,2 +1,4 @@
myfile = open("fruits.txt") myfile = open("fruits.txt")
print(myfile.read()) content = myfile.read()
print(content)
print(content)