Inhalt der Datei zu variabler Python

with open ("data.txt", "r") as myfile:
    data=myfile.readlines()
FanieltheFan