Commit 4411c993 by BellCodeEditor

save project

parent 9acdf46f
Showing with 21 additions and 0 deletions
i = 3
username = "白金之星"
userpassword = "欧拉"
while True:
if i>0:
name = input("请输入用户名:")
password = input("请输入密码:")
i -= 1
if name == username and password == userpassword:
print("呀嘞呀嘞")
break
if name != username:
print("我们漫长的旅途终于结束了吗")
continue
if name != userpassword:
print("空条承太郎")
else:
print(白金之星世界,请一小时后再来)
exit()
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