Skip to content

Instantly share code, notes, and snippets.

@kakikubo
Created February 4, 2016 04:30
Show Gist options
  • Save kakikubo/2431e7be01842e9f57c2 to your computer and use it in GitHub Desktop.
Save kakikubo/2431e7be01842e9f57c2 to your computer and use it in GitHub Desktop.
めんばー
#!/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