Domanda di colloquio di Behaviour Interactive

Write a code to reverse a string?

Risposta di colloquio

Anonimo

15 lug 2015

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