Rewrite A Letter to Yourself, but modify it so that instead of displaying the letter on the screen, it puts it in a file.
When you run your program, it will appear to do nothing. But if you wrote it correctly, it should have created a file in your home directory called "letter.txt" which you can then view using a text editor.
But then, after running your program, we can find and open this new file like so:
close()
the file....©2013 Graham Mitchell
This assignment is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.