Map element from one list to all elements in a sub-list to form a list of tuples (coordinates)
Map element from one list to all elements in a sub-list to form a list of tuples (coordinates) Question: I am trying to map each element[x] from list: rows to all elements of the sub-list[x] from another list: cols and the result should be a list of tuples. These 2 lists, rows and cols have …