strrev(str)
Inverte i caratteri di una stringa.
Esempio 9. Esempio strrev()
a = strrev('abc') - a = 'cba'
Submit feedback about this site to: