+ 1
How can I make this more efficient? And Without using split() and join()
3 Respuestas
+ 2
You can do it without split and join, but I bet it will be less efficient
0
Input: some text in my book
Output: emos txet ni ym koob
0
If you want to reverse order of letters while keeping words order, than I can't think of doing it without seperating the words at some point. Sorry!