Commit 56ad2ecf by BellCodeEditor

auto save

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