原文:python随机生成20位密码:数字+大写字母

使用python随机生成 位的数字 大写字母的密码: import random, string passwd for i in range : if random.randint , : letter random.choice string.ascii uppercase passwd.append letter else: letter random.choice string.digits ...

2020-08-26 17:02 0 1122 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM