Lesson 73

This commit is contained in:
David Avery 2020-02-05 13:52:26 +00:00
parent 5195a70e0c
commit 9d1012159c

View File

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