Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What does this code do?
f= open('file.txt', 'w')
data = f.write("text")
f.close()
Reads a file
Writes a file
Appends to file
Deletes file
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!