显示001用%03d
import  random
mydict={}
for i in range(1,101):
    mydict["6102009%03d"%i]="redhat"
for i,j in mydict.items():
    print(i,j)