completed

This commit is contained in:
David Lawler 2022-03-10 17:23:55 +10:00
parent c392b41f75
commit d16d585a80
4 changed files with 3 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

View file

@ -68,3 +68,5 @@ weather
weather weather
weather weather
weather weather
weather
weather

View file

@ -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)