python⽣成1-999随机数指定个数import random
mydict={}
c=0
while len(mydict.keys()) <100:
mydict["6102009%03d"%(random.randint(1,100))]="redhat"
print("account password")
for i,j in mydict.items():
print(i,j)
account={}.fromkeys(mydict,"redhat")
print(account)python生成1到100之间随机数
print({i:j for i,j in mydict.items()}) ⼀⾏打印出来
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论