Commit d9468a75 by BellCodeEditor

save project

parent f02e3355
Showing with 5 additions and 1 deletions
...@@ -6,6 +6,7 @@ while True: ...@@ -6,6 +6,7 @@ while True:
name = input("请输入SB名:") name = input("请输入SB名:")
if name!=username: if name!=username:
print("SB名错误,请重新输入") print("SB名错误,请重新输入")
print(str(i))
i-=1 i-=1
continue continue
password = input("请输入SB码:") password = input("请输入SB码:")
...@@ -14,6 +15,8 @@ while True: ...@@ -14,6 +15,8 @@ while True:
break break
if password!=userpassword: if password!=userpassword:
print("SB码错误,请重新输入") print("SB码错误,请重新输入")
print
else: else:
print(SB次没了,) print("SB次没了,滚")
exit()
print("欢迎来到SB编程!") print("欢迎来到SB编程!")
\ 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