Commit 56ad2ecf by BellCodeEditor

auto save

parent d7d923d0
Showing with 2 additions and 1 deletions
1=3
i=3
username='py'
userpassword='428319'
while True:
......@@ -6,6 +6,7 @@ while True:
name=input("请输入账户名:")
password=input("请输入密码:")
i=i-1
pr
if username==name and userpassword==password:
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