Pregunta de entrevista de Behaviour Interactive

Write a code to reverse a string?

Respuesta de la entrevista

Anónimo

15 jul 2015

in python, there is a special syntax for that: 'behaviour'[::-1] will return 'ruoivaheb' as asked.