Commit 8a466030 by BellCodeEditor

save project

parent 3ad9d02d
Showing with 4 additions and 1 deletions
...@@ -11,10 +11,12 @@ while True: ...@@ -11,10 +11,12 @@ while True:
break break
if name!=n: if name!=n:
print("用户名不对") print("用户名不对")
print("你还有"+str(i)+"次机会")
continue continue
if password!=d: if password!=d:
print("密码不对") print("密码不对")
print("你还有"+str(i)+"次机会")
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