Skip to content

Instantly share code, notes, and snippets.

@pooooch
Created July 20, 2012 11:06
Show Gist options
  • Save pooooch/3150192 to your computer and use it in GitHub Desktop.
Save pooooch/3150192 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
# -*- coding:utf-8 -*-
import random
devs=[
'临意','凤豪','不罕','乞儿','千宜',
'容若','少夕','少符','本相','盈轩',
'苓心','青树','黑崎','卜巨','平威',
'承泽','条子','畅博'
]
random.shuffle(devs)
for dev in devs:
print(dev)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment