Run »
f = open("demofile.txt", "r") print(f.read(5))
Hello