我想在一个列表中有两个列表:
x = [1,2] y = [3,4]
我需要它们像:
z = [[1,2][3,4]]
但我不知道该怎么做.非常感谢您的考虑和帮助.
python join list append
append ×1
join ×1
list ×1
python ×1