Added comments
This commit is contained in:
@@ -51,6 +51,7 @@ def chatbot():
|
|||||||
# Check if the user wants to know the region
|
# Check if the user wants to know the region
|
||||||
elif 'region' in question:
|
elif 'region' in question:
|
||||||
print('The region is ' + location['region'] + '.')
|
print('The region is ' + location['region'] + '.')
|
||||||
|
# Check if the user wants to know the city
|
||||||
elif 'city' in question:
|
elif 'city' in question:
|
||||||
print('The city is ' + location['city'] + '.')
|
print('The city is ' + location['city'] + '.')
|
||||||
# Check if the user wants to know the latitude
|
# Check if the user wants to know the latitude
|
||||||
|
|||||||
Reference in New Issue
Block a user