python&随机验证码
摘要:improt random code = '' for j in range(4): num = str(random.randint(0, 9)) st = chr(random.randint(65, 90)) code += random.choice([num, st]) print(cod
阅读全文
posted @ 2021-06-26 23:29
posted @ 2021-06-26 23:29
posted @ 2021-06-04 14:34