6月12号作业

  def login(): count = 0 while True: if count != 3: users = input('请输入用户名:').strip() pwds = input('请输入密码:').strip() user = '' pwd = '' dict = {} with open('user_info.txt', 'rt', encoding='utf-8-sig')
相关文章
相关标签/搜索