Commit bca1f601 by BellCodeEditor

save project

parent 459c9ce3
Showing with 3 additions and 1 deletions
...@@ -10,10 +10,12 @@ userpassword = "123456" ...@@ -10,10 +10,12 @@ userpassword = "123456"
print("登录成功!") print("登录成功!")
break break
if name!=username: if name!=username:
print("13") print("13")
print("12345"+str(i)+"23543")
continue continue
if password!=userpassword: if password!=userpassword:
print("23") print("23")
print("12345"+str(i)+"23543")
else: else:
print("35") print("35")
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