Commit 998a985a by BellCodeEditor

save project

parent bb612cfe
Showing with 12 additions and 11 deletions
user = "python"
user = "25041"
passpord = "123"
While True:
input_name =input("请输入账号:")
input_passpord=input("请输入密码:")
while True:
input_name =input("请输入账号:")
input_passpord=input("请输入密码:")
if user==input_name and passpord==input_passpord:
print("登陆成功:")
break
else :
print("登陆失败!请重新输入!")
\ No newline at end of file
if user==input_name and passpord==input_passpord:
print("登陆成功:")
break
else :
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