Skip to content

Instantly share code, notes, and snippets.

@cocuh
Last active September 21, 2015 09:10
Show Gist options
  • Save cocuh/96e5a4bbc2df6ea8044f to your computer and use it in GitHub Desktop.
Save cocuh/96e5a4bbc2df6ea8044f to your computer and use it in GitHub Desktop.
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