Added comments

This commit is contained in:
AndrewTrieu
2022-11-28 13:49:32 +02:00
parent fbdc4a7226
commit c3afd03411

View File

@@ -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