在 Python 里我一般习惯使用这种字段来开一个 list:
a = [] for i in range(1000000): a.append(0)
求助大佬这种的开 list 的方法时空复杂度大约是多少,会不会开一个数组就要跑 100ms 这样