Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,15 @@
feelings_list.append("inferior")
encouragement_list.append("Its alright. Although you may feel inferior to some of your other classmates, you shouldn't be comparing yourselves to them and you should work on how to better improve yourself!")
counter += 1

if each_word == "disappointed"
feelings_list.append("disappointed")
encouragement_list.append("It's natural that you may feel disappointed by your performance this time around, but I'm sure with hard work and determination you can do better next year!")
counter += 1
if each_word == "klemens noob"
feelings_list.append("klemens noob")
encouragement_list.append("Yes, Klemens is indeed a big noob")
counter += 1

if counter == 0:

Expand Down