Commit 189e9543 by BellCodeEditor

save project

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