Closed
Description
Hi, "Reverse String" exercise has an "ideal" solution
def reverse(text):
return text[::-1]
... which can be auto-accepted I think. People submit it quite often for review and I am already tired accepting it.
Is it something worth looking into and contributing? Is the project still active and will it be used in v3?