总结:数组初始化分为静态初始化和动态初始化,一维数组和二维数组的静态初始化类似;对于动态初始化,...
lst = [None] * 5 lst [None, None, None, None, None]