文章分类 -  Python学习之路

Python学习记录
摘要:import randomcheckcode = ''for i in range(0,6): currentcode = random.randrange(0,5) if currentcode == i: temp = chr(random.randint(65,90)) else: temp 阅读全文
posted @ 2019-03-06 22:21 xiaofeiAI 阅读(67) 评论(0) 推荐(0)