python_ref_file_writable.py:
x
 
f = open("demofile.txt", "a")
print(f.writable())