Commit e66f9866 by BellCodeEditor

save project

parent bf5e3715
Showing with 4 additions and 2 deletions
z = "qwertyuiop" z = "qwertyuiop"
m = "1234567890" m = "1234567890"
z1 = input("请输入账号") z1 = input("请输入账号")
m1 = input("请输入密码") m1 = input("请输入密码")
\ No newline at end of file if z == z1 and m == m1:
print("登录成功")
\ No newline at end of file
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