Problem
1. Guest: Write a program that prompts the user for their name. When they respond, write their name to a file called guest.txt.
2. Guest Book: Write a while loop that prompts users for their name. When they enter their name, print a greeting to the screen and add a line recording their visit in a file called guest_book.txt. Make sure each entry appears on a new line in the file.