First solution in Clear category for Backward String by Teja_002
def backward_string(str): return str[::-1]
Feb. 24, 2021
Comments: