choices = sorted( random.sample([state_capitals[x] for x in state_capitals if x != random_state],3) + [state_capitals[random_state]]) # random.samples(list ...
確定! 回上一頁