Pregunta de entrevista de Rackspace Technology

String reverse without reverse method

Respuesta de la entrevista

Anónimo

14 de nov de 2017

If they were using python the answer would be: reversed_string = a_string[::-1]