python-by-example-150-chall.../challenges105-110/challenge-107.py
2019-08-01 14:54:19 +03:00

3 lines
59 B
Python

file_open = open('Names.txt', 'r')
print(file_open.read())