Commit b507c972 by BellCodeEditor

save project

parent b738dad7
Showing with 5 additions and 2 deletions
......@@ -6,9 +6,12 @@ while True:
if name == username and password == userpassword:
print("1")
break
print("1")
if name != username
print("1")
if password != userpassword
print("1")
print("1")
# 请用input()实现用户输入账号、密码的功能
......
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