📌  相关文章
📜  制作一个从 0 到 n 的列表 python 代码示例

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

代码示例1
a_list = list(range(0, n))