Rewrite this using list comprehension or map()
for row in range(len(lst[0])): for col in range(len(lst[0][0])): avg = (lst[0][row][col