From 76d3e147a5cfefefbd13e65d157a9c393088768b Mon Sep 17 00:00:00 2001 From: Mewtong Date: Thu, 17 Oct 2019 18:03:34 -0600 Subject: [PATCH] Added error handling of if expression. --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index efbfb1d..309fd54 100644 --- a/main.py +++ b/main.py @@ -25,6 +25,7 @@ def main(): print("https://facebook.com") elif choice == 3: print("https://twitter.com/") + else : print("That's not a choice!")