Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Instadaboi21 authored Oct 22, 2020
1 parent ddb5f82 commit a2a8f49
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
feelings_list.append("stressed")
encouragement_list.append("Take a deep breath. All will be fine! :)")
counter += 1

if each_word == "devastated":
feelings_list.append("devasted")
encouragement_list.append("Bad times would pass!")
counter += 1
if counter == 0:

output = "sorry I don't really understand. please use different words?"
Expand Down

0 comments on commit a2a8f49

Please sign in to comment.