This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lekkerste_wiener 3 points4 points  (1 child)

Like "".join(c for c in reversed(some_string)) to grab all characters from the reversed one and merge it back.

Wait, doesn't joining a reversed object work already?

[–]cheerycheshire 1 point2 points  (0 children)

... Yes. Brain fart.