Commit a77bce65 by BellCodeEditor

save project

parent e66f9866
Showing with 14 additions and 7 deletions
z = "qwertyuiop"
m = "1234567890" z = "1"
z1 = input("请输入账号") m = "2"
m1 = input("请输入密码") while True:
if z == z1 and m == m1: z1 = input("请输入账号")
print("登录成功") m1 = input("请输入密码")
\ No newline at end of file if z == z1 and m == m1:
print("登录成功")
break
if z != z1:
print("账号错误")
if m != m1:
print("密码错误")
input ("欢迎登录未来世界")
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