Delete empty cell in 2D array python

后端 未结 0 484
轮回少年
轮回少年 2021-01-19 10:04

I have the following 2d array

[[0, 3], [3, 0], [1, 2, 3], [1, 2], [], [], [], []]

What is the easiest way to delete the cell which doesn\'t have a

相关标签:
回答
  • 消灭零回复
提交回复
热议问题