Commit da5004db by BellCodeEditor

save project

parent c9b3e567
Showing with 3 additions and 1 deletions
......@@ -5,7 +5,9 @@ while True:
name = input("请输入用户名:")
password = input("请输入密码:")
i-=1
if name==username and password == userpasswod:d:
if name==username and password == userpasswod:
print("登录成功")
if name==username
elif password!=userpassword:
else:
......
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