小编Rob*_*nne的帖子

Python中的列表操作 - 增加元素列表

我定义:

A = [[1, 2], [3, 4], [5, 6]]
Run Code Online (Sandbox Code Playgroud)

生产线是什么?

B = [['hello', [1, 2]], ['hello', [3, 4]], ['hello', [5, 6]]]
Run Code Online (Sandbox Code Playgroud)

python list

1
推荐指数
1
解决办法
102
查看次数

标签 统计

list ×1

python ×1