innfil = open("historie.txt", "r") historie_liste = [] for linje in innfil: historie_liste.append(linje) print(historie_liste)