• Is field a square?

Question related to mission Minesweeper

 

Is field a square (len(field) == len(field[0]))?

Description say: The size of the grid is typically 10x10.

And there is some puzzle in precondition: |field| = 10