Last Updated: February 25, 2016
·
286
· ndarville

Palindromes in Python

>>> string = "Alice"
>>> string[::-1]
'ecilA'