Python: given a 2-D array, check to see if the number of columns in each row are the same without library imports

后端 未结 0 2011
失恋的感觉
失恋的感觉 2020-12-04 10:23

Given a 2-D array named board, write a function that will return True if the number of columns in each row are equal. Make sure the code is able to be used with any input bo

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