Commit 74669b8c by BellCodeEditor

save project

parent 88b45fcf
Showing with 11 additions and 0 deletions
while try:
if i>0:
name=input("输入账号")
password=input("输入密码")
i-=1
if name!=username:
print("提示:您还有"+str(i)+"次登录机会")
continue
if password!=userpassword:
print("提示:您还有"+str(i)+"次登录机会")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment