001.組織機構代碼生成

#!/usr/bin/python #全國組織機構代碼由八位數字(或大寫拉丁字母)本體代碼和一位數字(或大寫拉丁字母)校驗碼組成 import random def OrgCode(): factorList = [3, 7, 9, 10, 5, 8, 4, 2]#加權因子列表 OrgCode = []#用於存放生成的組織機構代碼 sum = 0 for i in range(8):#
相關文章
相關標籤/搜索