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