要求:
成都創新互聯公司是一家專業提供資源企業網站建設,專注與成都網站制作、成都網站設計、外貿營銷網站建設、html5、小程序制作等業務。10年已為資源眾多企業、政府機構等服務。創新互聯專業的建站公司優惠進行中。

# -*- coding=utf-8 -*-
user = {'alex':'qwer1234','lilei':'asdf1234','han×××':'zxcv1234','lucy':'qwer1234'}
loop = True
while loop:
count = 0
f = open('blacklist.txt', mode='r', encoding='utf-8')
blacklist = f.read()
f.close()
input_user = input('please input your username:').strip()
if not input_user : continue
if input_user in blacklist:
print('sorry,your username is banned')
continue
for i in user:
input_pw = input('please input your password:').strip()
if input_user not in user:
print('sorry,your username is error')
elif user[input_user] == input_pw:
print('wellcome',input_user)
loop = False
break
else:
count += 1
print('sorry,your password is error,you have %s times'%(3-count))
if count > 2:
f = open('blacklist.txt','a',encoding='utf-8')
f.write('%s '%input_user )
print('sorry,your username is banned')
f.close()
break
網站標題:編寫登錄認證程序
網站URL:http://www.yijiale78.com/article24/pdsice.html
成都網站建設公司_創新互聯,為您提供網頁設計公司、、服務器托管、小程序開發、Google、標簽優化
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯