Commit f28387a3 by BellCodeEditor

save project

parent 189db69f
Showing with 3 additions and 2 deletions
......@@ -4,4 +4,6 @@ username=input("用户名")
userpassward=input("密码")
while True:
if name==username and passward==userpassward:
print("登录成功")
\ No newline at end of file
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