>  If you don't like s[::-1], then the closest would be
> ''.join([item for item in reversed(s)]), but that ain't close enough :)

No, the closest would be
"".join(reversed(s))
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to