Commit 7726798c by BellCodeEditor

save project

parent 6ca07770
Showing with 7 additions and 16 deletions
uname = "11451419191860" z = "LHJ"
um = "urbbrgroun" m = "2010122"
while True: z1 = input("请输入账号")
name =input("输入账号:") m1 = input("请输入密码")
m = input("输入密码:") if z == z1 and m == m1:
if uname == name and um == m : print("登陆成功")
print("登录成功") \ No newline at end of file
break
print("欢迎来到贝尔编程")
if name!=uname:
print("请重新输入")
if um!=m:
print("请重新输入")
print("dengluhaole")
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