Python/basics.py
2020-02-05 13:48:43 +00:00

2 lines
48 B
Python

myfile = open("fruits.txt")
print(myfile.read())