python_file_open_2.py:
x
 
f = open("demofile.txt", "r")
print(f.read(5))