+ 1
How can I solve this code?
https://code.sololearn.com/cv9vd4sXI3ZF/?ref=app I want to reverse all words in a string who have more then five letters. Reversing must be done with while or for loop.
3 Respuestas
https://code.sololearn.com/cv9vd4sXI3ZF/?ref=app I want to reverse all words in a string who have more then five letters. Reversing must be done with while or for loop.