Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
One nonobvious way to do it. solution in Creative category for Backward String by veky
from operator import itemgetter
backward_string = itemgetter(slice(None, None, -1))
July 15, 2020
Comments: