Commit 97d18000 by BellCodeEditor

save project

parent 4a7cb6b6
Showing with 15 additions and 0 deletions
username = "白金之星"
userpassword = "欧拉"
while True:
name = input("请输入用户名:")
password = input("请输入密码:")
if name == username and password == userpassword:
print("呀嘞呀嘞")
break
if name != username:
print("我们漫长的旅途终于结束了吗")
continue
if name != 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