From bd2dd9790e08a7111b1ef4b390f536a066d00a82 Mon Sep 17 00:00:00 2001 From: steph237 Date: Sat, 23 May 2020 05:32:39 -0700 Subject: [PATCH 1/2] added phrase --- phonebook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/phonebook.py b/phonebook.py index 1de5126..0cf68c8 100644 --- a/phonebook.py +++ b/phonebook.py @@ -41,3 +41,4 @@ def print_menu(): print_menu() elif choice == 5: #quit program print("Thank u for using this application") + print("hope to see you again") From e061b6db8363b8658c1f75c4def67abdcd37bee3 Mon Sep 17 00:00:00 2001 From: steph237 Date: Sat, 23 May 2020 05:38:37 -0700 Subject: [PATCH 2/2] added another line --- phonebook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/phonebook.py b/phonebook.py index 0cf68c8..1d851db 100644 --- a/phonebook.py +++ b/phonebook.py @@ -42,3 +42,4 @@ def print_menu(): elif choice == 5: #quit program print("Thank u for using this application") print("hope to see you again") + print("next time")