Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 105 Bytes

File metadata and controls

5 lines (5 loc) · 105 Bytes
with open("myfile.txt", "r", encoding='utf8') as file:
    for line in file:
        print(line)