Skip to content

Instantly share code, notes, and snippets.

@miawgogo
Created March 4, 2016 22:36
Show Gist options
  • Select an option

  • Save miawgogo/2c46dd18400b2c75e99a to your computer and use it in GitHub Desktop.

Select an option

Save miawgogo/2c46dd18400b2c75e99a to your computer and use it in GitHub Desktop.
def eightball(info,usrs):
responses = ["It is certain","It is decidedly so","Without a doubt","Yes"," definitely","As I see it"," yes","Most likely","Outlook good","Yes","Signs point to yes","Reply hazy try again","Ask again later","Better not tell you now","Cannot predict now","Concentrate and ask again","Don't count on it","My reply is no","My sources say no","Outlook not so good","Very doubtful"]
msg = random.choice(responses)
say(msg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment