From c3afd0341139e1de6bb621fc4d3f1fdeec3e8c70 Mon Sep 17 00:00:00 2001 From: AndrewTrieu Date: Mon, 28 Nov 2022 13:49:32 +0200 Subject: [PATCH] Added comments --- chatbot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chatbot.py b/chatbot.py index 41edb8a..1ca2389 100644 --- a/chatbot.py +++ b/chatbot.py @@ -51,6 +51,7 @@ def chatbot(): # Check if the user wants to know the region elif 'region' in question: print('The region is ' + location['region'] + '.') + # Check if the user wants to know the city elif 'city' in question: print('The city is ' + location['city'] + '.') # Check if the user wants to know the latitude