Question d’entretien chez Acronis

write a function which reverses the string. Example; "A test string" "string test A"

Réponse à la question d'entretien

Utilisateur anonyme

14 juil. 2022

' '.join(string.split(' ')[ ::-1])