Created
February 4, 2016 04:30
-
-
Save kakikubo/2431e7be01842e9f57c2 to your computer and use it in GitHub Desktop.
めんばー
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
if __name__ == '__main__': | |
members = ['あだち','いいだ','くら','ふじた','うちだ','かきくぼ'] | |
for m in sorted(members): | |
print m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment