如何将空值附加到列表的开头?
输入:
t=[10,12,15,16]
输出:
t=['null',10,12,15,16]
python python-2.7 python-3.x
python ×1
python-2.7 ×1
python-3.x ×1