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