There is no built in "reverse" function in Python's str object. What is the best way of implementing this?
If supplying a very concise answer, please elaborate on it's efficiency. Is the str converted to a different object, etc.
|
|
There is no built in "reverse" function in Python's str object. What is the best way of implementing this? If supplying a very concise answer, please elaborate on it's efficiency. Is the str converted to a different object, etc.
|
||
|
|
|
|
How about:
This is extended slice syntax. It works by doing |
||
|
|
|
|
@Paolo's |
||
|
|