30天自學python應用系列第17 篇 ... import random random.seed('foobar') random.randint(0, ... random.sample(seq, k=3) # 非重置抽樣,不會抽到相同的元素
確定! 回上一頁