i wanted to do something like this but this code return list of None (i think it\'s because list.reverse() is reversing the list in place):
map(lambda row: row.r
reversed_lists = [list(reversed(x)) for x in figure]