(Python) Check if a column in a 2D list contains the same values

前端 未结 0 888
时光取名叫无心
时光取名叫无心 2020-12-16 06:02

For example, a = [[1,2,3],[1,2,3],[1,2,3]] has 3 columns with the same values

I\'m trying to check How can I do this without using Numpy arrays? I essentially need he

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