Commit 4c823035 by BellCodeEditor

save project

parent c8fb2be7
Showing with 2 additions and 1 deletions
...@@ -12,10 +12,11 @@ while True: ...@@ -12,10 +12,11 @@ while True:
break break
if name != username: if name != username:
print("你miu的") print("你miu的")
print("baby,你有"+str(i)+"次机会哟")
continue continue
if password != userpassword: if password != userpassword:
print(".") print(".")
print("baby,你还有"+str(i)+"哟")
else: else:
exit() exit()
......
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