Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created November 10, 2014 09:30
Show Gist options
  • Save kamatari/02cd1f6dca90205904a8 to your computer and use it in GitHub Desktop.
Save kamatari/02cd1f6dca90205904a8 to your computer and use it in GitHub Desktop.
#coding:utf-8
import random
seq = (True, False)
print random.choice(seq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment