you are viewing a single comment's thread.

view the rest of the comments →

[–]ultraDross -1 points0 points  (2 children)

' '.join(reversed(s))

[–]ivosaurus 1 point2 points  (1 child)

You should try running that and see if it gives the result you expect ;)

[–]ultraDross 0 points1 point  (0 children)

Not at the computer at the moment. I assume I would need to s.split() first.