Last active
September 21, 2015 09:10
-
-
Save cocuh/96e5a4bbc2df6ea8044f 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
PREFECTURE_LIST = [ | |
u"幼女県", | |
] | |
def compute_all(i, data): | |
""":type data:dict""" | |
return [ | |
data[i][pref] | |
for pref in PREFECTURE_LIST | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment