Commit ca75c992 by BellCodeEditor

auto save

parent 64d4af70
Showing with 4 additions and 4 deletions
...@@ -11,12 +11,12 @@ while True: ...@@ -11,12 +11,12 @@ while True:
break break
if name !=username: if name !=username:
print("shibai") print("shibai")
print("提示:还有"+str(i)+) print("提示:还有"+str(i)+"次")
continue continue
if password != userpassword: if password != userpassword:
print("shibai") print("shibai")
print("提示:还有"+str(i)+) print("提示:还有"+str(i)+"次")
else: else:
print(suoding) print("sb")
exit() exit()
print("欢迎") print("欢迎")
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