摘要:
from random import randintnum = 0verify_code = ""while num < 4: verify_code += chr(randint(65,90)) num += 1print(verify_code)c = 1while c <= 3: user_n 阅读全文
posted @ 2018-10-20 16:42
lowen107
阅读(171)
评论(0)
推荐(0)
浙公网安备 33010602011771号