Commit 0b4d5fd7 by BellCodeEditor

save project

parent 9acdf46f
Showing with 16 additions and 0 deletions
username = "爷爷"
userpassword = "741741"
while True:
name = input("来将可留姓名:")
password = input("来将可留密码:")
if name == username and password == userpassword:
print("慢走不送!")
break
if name != username:
print("该用户以逝世,来将可留姓名。")
continue
if password !=userpassword:
print("无该密码,来将可留密码。")
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