Commit 11bb5c21 by BellCodeEditor

save project

parent 33c93ce3
Showing with 8 additions and 0 deletions
n = "python"
m = "123456"
tn = input("账号:")
tm = input("密码:")
if tn==n and tm==m:
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