Python wie man ein Array umkehrt
revArray = list(reversed(array))
General Redacted
revArray = list(reversed(array))