Pergunta de entrevista da empresa Behaviour Interactive

Write a code to reverse a string?

Resposta da entrevista

Sigiloso

15 de jul. de 2015

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