Commit 5b4bdb8d by BellCodeEditor

save project

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