Question d’entretien chez Behaviour Interactive

Write a code to reverse a string?

Réponse à la question d'entretien

Utilisateur anonyme

15 juill. 2015

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