Commit 79869045 by BellCodeEditor

save project

parent bbce328f
Showing with 1 additions and 6 deletions
u_n="so" u_n="so"
...@@ -3,11 +3,6 @@ u_p="013131" ...@@ -3,11 +3,6 @@ u_p="013131"
name=input("请输入账号:") name=input("请输入账号:")
password=input("请输入密码:") password=input("请输入密码:")
while True: while True:
if name==u_n and password==u_p: if name==u_n and password==u_p:
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