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