Читать в файл в Python

f = open("demofile.txt", "r")
print(f.read())