life,dead,succeed,fail = 1,0,1,0 while life != dead: print('I got a new plan!') plan = random.choice((succeed,fail,'?')) if plan == '?': print('Hold on!') else: print('What a beautiful day!') if plan elseprint('Come on!') life, dead = random.sample(('to be or not to be,that is a question'),2) print('No regrets.')
#生命是一段漫长的旅程 #想了,就去做 #输了,从头再来 #摔了,爬起来继续 #赢了,还要再往前走 #死了,没留下任何遗憾 #Edited by @er3456qi