Commit 3df444a4 by BellCodeEditor

save project

parent 4c755483
Showing with 20 additions and 10 deletions
i=3
a="哇哇哇" a="哇哇哇"
b="123456" b="123456"
while True: while True:
if i>0:
A=input("666") A=input("666")
B=input("520") B=input("520")
if a==A and b==B: i-=1
print("六!") if a==A and b==B:
break print("六!")
if a!=A: break
print("嘿嘿~") elif a!=A:
if b!=B: print("嘿嘿~")
print("嘿嘿~") print("还剩"+str(i)+"次机会")
else:
print("嘿嘿~")
print("还剩"+str(i)+"次机会")
else:
print("噢耶!")
exit()
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