#oppg2 liste = [] min_fil = open("historie.txt") for linje in min_fil: liste.append(linje) min_fil.close() print(liste)