python como inverter uma matriz
revArray = list(reversed(array))
General Redacted
revArray = list(reversed(array))