📌  相关文章
📜  创建一个从 1 到 n 的数组 python 代码示例

📅  最后修改于: 2022-03-11 14:47:07.986000             🧑  作者: Mango

代码示例2
nList = list(range(1, n+1))