Commit 7abc9623 by BellCodeEditor

save project

parent 96866e47
Showing with 2 additions and 3 deletions
...@@ -10,11 +10,11 @@ while True: ...@@ -10,11 +10,11 @@ while True:
print("登陆成功") print("登陆成功")
if name!=username: if name!=username:
print("用户名绰了") print("用户名绰了")
print("你还有"+str(i)="次鸡会")
continue continue
if password!=username: if password!=username:
print("密码绰了") print("密码绰了")
continue
else: else:
print("已锁定") print("已锁定")
exit() exit()
print("欢迎来到玛酷") print("欢迎来到玛酷")
\ 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