Isi File ke Variabel Python

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