Commit 701a014e by BellCodeEditor

save project

parent 9824d02b
Showing with 10 additions and 6 deletions
username = "科比" username = "科比"
userpassword = "54188" userpassword = "54188"
name=input("你的名字叫什么啊?") while True:
password=input("你的密码是什么啊?") name=input("你的名字叫什么啊:")
if username == name and userpassword == password password=input("你的密码是什么啊:")
print("成功") if name == username and password == 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