Python/basics.py

2 lines
48 B
Python
Raw Normal View History

2020-02-05 13:48:43 +00:00
myfile = open("fruits.txt")
print(myfile.read())