Untitled
unknown
plain_text
2 years ago
412 B
8
Indexable
def get_hard_coded_region(id):
if id in (123, 272, 1639, 1881, 1911, 1971, 2534, 2829):
return "quebec"
elif id == 276:
return "ny"
elif id in (809, 1641, 1646, 1647, 2597):
return "Mediterranean Sea"
elif id == 1284:
return "hong-kong"
elif id == 1295:
return "se asia"
elif id == 1719:
return "hertfordshire"
else:
return NoneEditor is loading...
Leave a Comment