diff --git a/phonebook.py b/phonebook.py index 1de5126..1d851db 100644 --- a/phonebook.py +++ b/phonebook.py @@ -41,3 +41,5 @@ def print_menu(): print_menu() elif choice == 5: #quit program print("Thank u for using this application") + print("hope to see you again") + print("next time")