Commit f28387a3 by BellCodeEditor

save project

parent 189db69f
Showing with 2 additions and 0 deletions
...@@ -5,3 +5,5 @@ userpassward=input("密码") ...@@ -5,3 +5,5 @@ userpassward=input("密码")
while True: while True:
if name==username and passward==userpassward: if name==username and passward==userpassward:
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