diff --git a/chatbot.py b/chatbot.py index ed2769f..41edb8a 100644 --- a/chatbot.py +++ b/chatbot.py @@ -51,6 +51,8 @@ def chatbot(): # Check if the user wants to know the region elif 'region' in question: print('The region is ' + location['region'] + '.') + elif 'city' in question: + print('The city is ' + location['city'] + '.') # Check if the user wants to know the latitude elif 'latitude' in question: print('The latitude of your location is ' +