Quiz: Read and Write Text Files
Test how to read, write, and append text files in Python
In the last lesson, you gave your Python programs long-term memory by reading from and writing to text files! You learned how to:
Write data using a mode
"w"
. ...