摘要:[Python]-隨機函數. ... random.randint(0,99) 21 隨機選取0到100間的偶數: ... random.sample('abcdefghij',3) ['a', 'd', 'b']
確定! 回上一頁