Skip to content

Instantly share code, notes, and snippets.

@gasolin
Last active December 20, 2015 16:29
Show Gist options
  • Select an option

  • Save gasolin/6161807 to your computer and use it in GitHub Desktop.

Select an option

Save gasolin/6161807 to your computer and use it in GitHub Desktop.
from random import shuffle
print 'gaia lottery!'
gaia_members = ['Yuren','Arthur','Dominic',
'Rex','Steve','Rudy','Alive',
'Evan','Mark','John','Fred','George','Ian','Greg','Jason']
shuffle(gaia_members)
print gaia_members
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment