Commit 5b4bdb8d by BellCodeEditor

save project

parent a77bce65
Showing with 14 additions and 10 deletions
z = "1"
m = "2"
f = "j"
y = "123"
while True:
z1 = input("请输入账号")
m1 = input("请输入密码")
if z == z1 and m == m1:
print("登成功")
f1 = input("请输入账号")
y1 = input("请输入密码")
if f==f1 and y==y1:
print("登成功")
break
if z != z1:
if f!=f1:
print("账号错误")
if m != m1:
continue
if y!=y1:
print("密码错误")
input ("欢迎登录未来世界")
input("欢迎")
\ 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