Commit 984553b4 by BellCodeEditor

save project

parent 7f03403e
Showing with 2 additions and 1 deletions
...@@ -9,12 +9,13 @@ while True: ...@@ -9,12 +9,13 @@ while True:
print("登录成功!") print("登录成功!")
break break
i=i-1 i=i-1
print("还有"+str(i)+"次机会你就")
if name!=username: if name!=username:
print("用户名不存在") print("用户名不存在")
continue continue
if password!=userpassword: if password!=userpassword:
print("密码不正确") print("密码不正确")
print("还有"+str(i)+"次机会你就") print("还有"+str(i)+"次机会你就")
else: else:
print("八嘎") print("八嘎")
break break
......
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