Commit f8d48652 by BellCodeEditor

save project

parent 9acdf46f
Showing with 15 additions and 0 deletions
username = "桃子汽水"
userpassword = "54188"
while True:
牛牛 = input("输名:")
猪猪 = input("输密码:")
if 牛牛 == username and 猪猪 == userpassword:
print("登录成功!")
break
if 牛牛 != username:
print("名错了,改!")
continue
if 猪猪 != userpassword:
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