Commit eb7d4b40 by BellCodeEditor

save project

parent 7726798c
Showing with 15 additions and 5 deletions
z = "LHJ" z = "LHJ"
m = "2010122" m = "2010122"
z1 = input("请输入账号") while True:
m1 = input("请输入密码") z1 = input("请输入账号")
if z == z1 and m == m1: m1 = input("请输入密码")
print("登陆成功") if z == z1 and m == m1:
\ No newline at end of file print("登陆成功")
break
if z != z1:
print("账号错误")
if m != m1:
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