Contenu du fichier à variable python

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