Commit 32ec5b30 by BellCodeEditor

save project

parent e48d0100
Showing with 3 additions and 0 deletions
......@@ -12,8 +12,11 @@ while True:
if name != username:
print("zh1")
continue
print("还有"+str(i)+"次")
if password != userpassword:
print("zh2")
continue
print("还有"+str(i)+"次")
else:
print("错误!!!!!!!!!!!!")
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