摘要: # import time# count=0# while count<3:# inp_name=input('请输入用户名:')# inp_pwd=input('请输入密码:')# with open("user.txt",mode="rt",encoding="utf-8") as f,open 阅读全文
posted @ 2020-03-16 09:21 Python-feng 阅读(108) 评论(0) 推荐(0) 编辑