Baca untuk File di Python

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