Python cara membalikkan array

revArray = list(reversed(array))
General Redacted