Commit 51b31e14 by BellCodeEditor

save project

parent acb53b5c
Showing with 2 additions and 2 deletions
stone=0 stone=0
if stone >=4 if stone >=4:
print("获得了打败灭霸的力量") print("获得了打败灭霸的力量")
elif 1<=stone <=3 elif 1<=stone <=3:
print("可以全员出动") print("可以全员出动")
else: else:
print("没办法了,只能呼叫队长") print("没办法了,只能呼叫队长")
......
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