Last Updated: February 25, 2016
·
281
· ndarville

Palindromes in Python

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