Commit 54770dd7 by BellCodeEditor

save project

parent 8c42276b
Showing with 3 additions and 0 deletions
...@@ -4,6 +4,9 @@ name=inport("输入账号:") ...@@ -4,6 +4,9 @@ name=inport("输入账号:")
password=inport("输入密码:") password=inport("输入密码:")
if name == username and password ==userpassword: if name == username and password ==userpassword:
print("登陆成功!") print("登陆成功!")
break
print("错了,重输!")
......
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