Python - File Handling Fundamentals
Find the error in this code:
f = open('notes.txt', 'w')
f.write('Hello')
f.read()
f.close()f = open('notes.txt', 'w')
f.write('Hello')
f.read()
f.close()15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions