I think this is what you're asking import random lists = [[...], [...], ...] chosenList = random.choice(lists) output ...
確定! 回上一頁