Commit d9468a75 by BellCodeEditor

save project

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