open_in_new
content_copy
with open("demo.txt") as file: for item in file: print(item)