Commit 721d9a14 by BellCodeEditor

save project

parent a5848932
Showing with 4 additions and 1 deletions
......@@ -8,8 +8,11 @@ while True:
break
if name!=username:
print("账号不对")
continue
if password!=userpassword:
print("密码不对")
print("密码不对")
continue
print("OK!")
......
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