隨機整數: 複製程式碼程式碼如下: >>> import random >>> random.randint(0,99) 21 隨機選取0到100間的偶數: 複製程式碼程式碼如下: >>> import ...
確定! 回上一頁