diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..81c80a2 Binary files /dev/null and b/.DS_Store differ diff --git a/__pycache__/main.cpython-39.pyc b/__pycache__/main.cpython-39.pyc index 4b50473..1b028b2 100644 Binary files a/__pycache__/main.cpython-39.pyc and b/__pycache__/main.cpython-39.pyc differ diff --git a/asked_questions_log.txt b/asked_questions_log.txt index 328b08a..176761e 100644 --- a/asked_questions_log.txt +++ b/asked_questions_log.txt @@ -68,3 +68,5 @@ weather weather weather weather +weather +weather diff --git a/main.py b/main.py index 6939fe8..c42c764 100644 --- a/main.py +++ b/main.py @@ -63,7 +63,7 @@ def continueQuestions(userQuestion): userQuestion -- question that the user has entered 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): likelyQuestion = mostLikely(userQuestion)