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')
相關文章
相關標籤/搜索