Commit a5848932 by BellCodeEditor

save project

parent 63982d29
Showing with 4 additions and 0 deletions
......@@ -6,6 +6,10 @@ while True:
if name==username and password==userpassword:
print("正确:")
break
if name!=username:
print("账号不对")
if password!=userpassword:
print("密码不对")
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