Quiz: Read and Write Text Files
Test how to read, write, and append text files in Python
We'll cover the following...
We'll cover the following...
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"
. ...