I am having an image of 5x5 grids. This image have 5 cells in row and 5 cells in columns and I have to number each cell starting from 1 to 25 and store it in a list. How will I do that. Please help!
1 | initial version |
I am having an image of 5x5 grids. This image have 5 cells in row and 5 cells in columns and I have to number each cell starting from 1 to 25 and store it in a list. How will I do that. Please help!
2 | No.2 Revision |
I am having an image of 5x5 grids. This image have 5 cells in row and 5 cells in columns and I have to number each cell starting from 1 to 25 and store it in a list. How I have to code it in python.How will I do that. Please help!