Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.38 KB | None | 0 0
  1. ENCOURAGEMENTS = {
  2.     "low": ["Great job!", "Keep it up!", "Way to go!", "Keep up the good work!"],
  3.     "middle": ["You're on a streak!", "You're crushing it!", "Don't stop now!",
  4.             "You're doing great!"],
  5.     "high": ["Fantastic job!", "Wow!", "Beautiful!", "Awesome!", "I'm proud of you!"],
  6.     "max": ["Incredible!", "You're on fire!", "Bravo!", "So many cards..."]
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement