我們不能簡單地在Python 3.x 中使用 range(x) 初始化2-D 陣列,因為在Python 3.x 中 range 返回的物件包含整數序列,而不是像在Python 2.x 中返回的整數 ...
確定! 回上一頁