Assume that the myname.txt file is currently closed. write the code segment that opens the file without erasing it, write another name to the file so that it is appended to the end of the file's existing data, and close the file.