Reverse List/Tuple/String in Python January 3, 2014 programming languages, python, tricks 1 Comment Python programming language provides a neat syntax to reverse a string, tuple (a read-only list, immutable) or a list (array). The syntax is var which returns a reverse copy of the var. … [Continue Reading...]