Zawartość pliku do zmiennego Pythona

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