Commit bd6b5605 by BellCodeEditor

save project

parent 5c9b87bd
Showing with 34 additions and 0 deletions
username="bellcode"
uaerpassword="12345"
while True
\ No newline at end of file
username="星辰"
userpassword="深渊"
i=3
while True:
if i>0:
name=input("Kanruiya")
password=input("Dimai")
i-=1
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("欢迎来到冒险家协会")
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