Skip to content

Instantly share code, notes, and snippets.

@j05h
Forked from siminino/Possibilidade de Resposta do Guru
Created March 10, 2012 21:24
Show Gist options
  • Save j05h/2013283 to your computer and use it in GitHub Desktop.
Save j05h/2013283 to your computer and use it in GitHub Desktop.
>> import random
>>> respostas_do_guru = ["sim", "nao", "talvez"]
>>> random.choice(respostas_do_guru)
'nao'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment