diff --git a/app.py b/app.py index e14be5e..6c9d86e 100644 --- a/app.py +++ b/app.py @@ -39,7 +39,10 @@ feelings_list.append("relaxed") encouragement_list.append("Good for you!") counter += 1 - + if each_word == "worried": + feelings_list.append("worried") + encouragement_list.append("The exam is over already! You did your best, that's all that matters!") + counter += 1 if counter == 0: output = "Sorry I don't really understand. Please use different words?"