📜  python 初始化多维列表 - Python 代码示例

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

代码示例1
[[0 for i in range(10)] for j in range(10)]