Skip to content

Instantly share code, notes, and snippets.

@Useename
Forked from cocodrips/futarigumi.py
Created August 23, 2013 03:10
Show Gist options
  • Save Useename/6315165 to your computer and use it in GitHub Desktop.
Save Useename/6315165 to your computer and use it in GitHub Desktop.
import random
import sys
argvs = sys.argv
members = argvs[1:]
random.shuffle(members)
for i in xrange(0,len(members)):
if(i%2 == 1):
print members[i]
else:
print members[i],
if len(members)%2 == 1:
print "teacher"
@Favorwilliams
Copy link

My Pleasure to write you,
My name is Favor Williams,
My email address is
( [email protected])
Am interested to know
more about you,
Contact me for my
photo and other
important issue via,

[email protected]

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