Commit 6a16e93b by BellCodeEditor

auto save

parent 5c744999
Showing with 1 additions and 0 deletions
...@@ -2,6 +2,7 @@ uname = "python" ...@@ -2,6 +2,7 @@ uname = "python"
um = "123456" um = "123456"
name=input("请输入账号:") name=input("请输入账号:")
m=input("请输入密码:") m=input("请输入密码:")
W
if name==uname and um==m: if name==uname and um==m:
print("登录成功") print("登录成功")
......
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