python內建方法API

cyz141001發表於2020-12-23
  1. range(0,9) 獲取0到9整數序列
  2. random 模組中
    1. random.randint(0,3) 獲取隨機數0~3

 

相關文章