completed
This commit is contained in:
parent
c392b41f75
commit
d16d585a80
4 changed files with 3 additions and 1 deletions
BIN
.DS_Store
vendored
Normal file
BIN
.DS_Store
vendored
Normal file
Binary file not shown.
Binary file not shown.
|
|
@ -68,3 +68,5 @@ weather
|
||||||
weather
|
weather
|
||||||
weather
|
weather
|
||||||
weather
|
weather
|
||||||
|
weather
|
||||||
|
weather
|
||||||
|
|
|
||||||
2
main.py
2
main.py
|
|
@ -63,7 +63,7 @@ def continueQuestions(userQuestion):
|
||||||
userQuestion -- question that the user has entered
|
userQuestion -- question that the user has entered
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
False if input is empty or True if required to re-loop
|
Boolean value. Is False if input is empty or True if required to re-loop and allow user to ask more questions
|
||||||
"""
|
"""
|
||||||
if sanitiseInput(userQuestion):
|
if sanitiseInput(userQuestion):
|
||||||
likelyQuestion = mostLikely(userQuestion)
|
likelyQuestion = mostLikely(userQuestion)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue