Files
Obsidian-Main/05. 資料收集/04. Programming/Python/choices().md

98 B
Raw Blame History

從list中選出n個項目有可能重複

import random
random.choices(seq, n)