Commit 4e686440 by BellCodeEditor

save project

parent f05e1936
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ while True:
if name==username and name==userpassword:
print("登录成功")
break
if: username!=name
if username!=name
print("再见,用户名大错特错")
continue
if: password!=userpassword
......
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