**
file1 = open("store.txt", "r") for line in file1: print(line.rstrip()) file1.close()
** This is the text file :