测试用例给的结果不全,导致只能暴力枚举所有的计算方法。The test results is not all of the answers, I calculte all of the results and output them. # poke dictionary pokedict={'A':1,'J':11,'Q':12,'K':13} operators=['+','-','*','/'] def calto_24(pokeget): #type<pokrget>==list outpoke=[] #output poke list if 'joker' in pokeg...