Commit a13dc249 by BellCodeEditor

save project

parent 4bc54b23
Showing with 7 additions and 0 deletions
......@@ -2,7 +2,14 @@ username="18845"
userpassword="54188"
while True:
name=input("请输入用户名")
if name !=username:
print("用户名不存在!请重新输入")
if name !=username:
print("用户名不存在!请重新输入")
if name !=username:
print("用户名不存在!请重新输入")
password=input("请输入用密码")
if name==username and password==userpassword:
print("登录成功")
break
......
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