Commit 41fdac4c by BellCodeEditor

save project

parent eb64e38d
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ while True:
if name == username and password == userpassword:
print("登录成功!")
if username!=name:
print("账号错误!" )
print("账号错误!" )
print("您还剩"+str(i)+"次输入机会!")
continue
if password!=userpassword:
......
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