Commit 189e9543 by BellCodeEditor

save project

parent 532b730a
Showing with 27 additions and 14 deletions
username="星辰" username="星辰"
userpassword="深渊" userpassword="深渊"
i=3
while True: while True:
name=input("Kanruiya") if i>0:
password=input("Dimai") name=input("Kanruiya")
print("Shenyuan) password=input("Dimai")
if name==username and userpassword==password: i-=1
print("向着星辰与深渊") if name!=username and userpassword==password:
print("欢迎来到冒险家协会") print("傻13吧,账号都不对!")
break if name==username and userpassword!=password:
elif name==username: print("密码错了,傻13!")
print("") if name!=username and password!=userpassword:
continue print("密码账号都错,没见过这么傻的")
elif password==userpassword: if name==username and password==userpassword:
print("儿子!!!") print("向着星辰与深渊")
continue print("欢迎来到冒险家协会")
\ No newline at end of file break
print("“温馨”提示:您还有"+str(i)+"次机会(坏笑)")
if(i==1):
print("“温馨”提示:你的机会不多了哟!(坏笑)")
else:
print("红红火火恍恍惚惚,你没了")
for i in range(100):
print("傻B")
print("傻13")
print("不知道别瞎**试")
exit()
\ 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