Commit 54fd07d9 by BellCodeEditor

save project

parent 5c9b87bd
Showing with 15 additions and 0 deletions
username = "banana"
userpassword = "114514"
while True:
name = input("请输入您最♂爱的香蕉:")
password = input("请输入密码:")
if name != username:
print("名♂字错误")
else:
if userpassword!=password:
print("名♂字错误")
else:
print("全部对力(喜)")
break
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