Question d’entretien chez Rackspace Technology

String reverse without reverse method

Réponse à la question d'entretien

Utilisateur anonyme

14 nov. 2017

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