Commit bbbb5c05 by BellCodeEditor

save project

parent 280a6008
Showing with 9 additions and 5 deletions
usename = "python" usename = "python"
userpassword = "123456" userpassword = "123456"
a=input("请输入用户名") while True:
b=input("请输入密码") a=input("请输入用户名")
if a==usename and b==userpassword: b=input("请输入密码")
print("登录成功!") if a==usename and b==userpassword:
\ No newline at end of file print("登录成功!")
break
print("请重新输入!")
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