Behaviour Interactive interview question

Write a code to reverse a string?

Interview Answer

Anonymous

15 Jul 2015

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