Python cara membalikkan array
revArray = list(reversed(array))
General Redacted
revArray = list(reversed(array))