Skip to content

Instantly share code, notes, and snippets.

@andrewsmedina
Created March 10, 2012 20:44
Show Gist options
  • Save andrewsmedina/2013101 to your computer and use it in GitHub Desktop.
Save andrewsmedina/2013101 to your computer and use it in GitHub Desktop.
>> import random
>>> respostas_do_guru = ["sim", "nao", "talvez"]
>>> random.choice(respostas_do_guru)
'nao'
@siminino
Copy link

Pull Request: git://gist.github.com/2013248.git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment