We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4566ad7 commit d70fb49Copy full SHA for d70fb49
smartbot.py
@@ -123,7 +123,7 @@ def response(user_response):
123
if(user_response!='bye'): # if the users response is not bye
124
if(user_response=='thanks' or user_response=='thank you' ): #Check if the users response is thanks or thank you
125
flag=False #Set the flag to false to end the conversation / while loop
126
- print("DOCBOT: You're welcome !") #If the users response was thanks ot thank you then have the bot print You are welcome
+ print("DOCBOT: You're welcome !") #If the users response was thanks ot thank you then have the bot print You're welcome
127
else:
128
if(greeting(user_response)!=None):
129
print("DOCBOT: "+greeting(user_response))
0 commit comments