Created
January 14, 2020 10:55
-
-
Save fish8/b29e906c78e58d8b1b23d0d45efa4918 to your computer and use it in GitHub Desktop.
provinces.py
This file contains 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
provinces = {11: '北京', 31: '上海', 51: '广东', 83: '重庆', 74: '湖南', 70: '青海', 30: '安徽', 38: '福建', 87: '甘肃', 59: '广西', 50: '海南', 75: '江西', 13: '天津', 90: '吉林', 97: '黑龙江', | |
91: '辽宁', 71: '湖北', 89: '新疆', 88: '宁夏', 86: '云南', 36: '浙江', 17: '山东', 79: '西藏', 10: '内蒙古', 76: '河南', 81: '四川', 18: '河北', 19: '山西', 84: '陕西', 34: '江苏', 85: '贵州'} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment