Skip to content
Permalink
Browse files
Update who.py
  • Loading branch information
khanz46 committed Nov 30, 2018
1 parent 25fe692 commit eabd9ddca998f26ac927a7afbf102da4e3864b79
Showing 1 changed file with 3 additions and 1 deletion.
4 who.py
@@ -19,6 +19,8 @@ def sentence_who(sentence):
elif "am i" in sentence:
print ("I haven't got the best memory, sorry!!")
else:
- # After the questions are answered by the user they can use Wikipedia to ask who based questions.
wikiSearch(sentence)
- # if errors occur a message is displayed asking the user to give more detail to their responses.
else:
print("I am not sure what do you mean, please clarify.")
print("I am not sure what do you mean, please clarify.")

0 comments on commit eabd9dd

Please sign in to comment.