[Python]代码
# _*_ coding:utf-8 _*_
#xiaohei.python.seo.call.me:)
#win+python2.7.x
number = "1350571"
with open("hm.txt","w") as f:
for i in range(0001,9999):
ok = number + "{:0>4d}".format(i) + "/n"
f.write(ok)
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/tech/pnotes/8128.html