4
votes
8answers
532 views
Inverting a string in Python
I was looking for a way to print a string backwards, and after a quick search on google, I found this method:
Suppose 'a' is a string variable. This will return the 'a' string backwards: …
