Check if there is an ascending order in a list of list of integers (Python)

前端 未结 0 1524
情话喂你
情话喂你 2020-12-24 13:46

Given a list of lists like this:

[[2, 7], [1, 4], [0, 5, 6]]

How can I check if there is a valid ascending order in this list. For example th

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