Commit e66f9866 by BellCodeEditor

save project

parent bf5e3715
Showing with 3 additions and 0 deletions
......@@ -2,3 +2,5 @@ z = "qwertyuiop"
m = "1234567890"
z1 = input("请输入账号")
m1 = input("请输入密码")
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