Commit 7726798c by BellCodeEditor

save project

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