Skip to content
Permalink
Browse files
Comments added
  • Loading branch information
plurab committed Nov 29, 2018
1 parent c44dc30 commit a786a67c9562fde113dbefea717747ac2a107656
Showing 1 changed file with 2 additions and 1 deletion.
3 how.py
@@ -1,5 +1,6 @@
from wiki import wikiSearch

'''Answering how questions'''
def sentence_how(sentence):
if "you" in sentence:
if "are" in sentence:
@@ -9,4 +10,4 @@ def sentence_how(sentence):
elif "answer" in sentence:
print("It's The foreigners' magic")
else:
wikiSearch(sentence)
wikiSearch(sentence)

0 comments on commit a786a67

Please sign in to comment.