Question: Write a function called write_me(text) which opens a file called myfile.txt for appending. Write hello to the file on its own line. Then write the
Write a function called write_me(text) which opens a file called "myfile.txt" for appending. Write "hello" to the file on its own line. Then write the parameter to the file on its own line. Then close the file.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
