Commit 1f6b2ad3 by BellCodeEditor

save project

parent e340b485
Showing with 4 additions and 2 deletions
...@@ -11,10 +11,11 @@ while True: ...@@ -11,10 +11,11 @@ while True:
break break
elif na != ue: elif na != ue:
print("名字错了") print("名字错了")
print("还有"+str(i)+"次")
elif pa != ur: elif pa != ur:
print("密码错啦") print("密码错啦")
print("") print("还有"+str(i)+"次")
else: else:
print("滚") print("滚,you are dead。")
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