我定义:
A = [[1, 2], [3, 4], [5, 6]]
生产线是什么?
B = [['hello', [1, 2]], ['hello', [3, 4]], ['hello', [5, 6]]]
python list
list ×1
python ×1