• ldacon's Activity

Created a forum post "No need for print?"
def backward_string(val: str) -> str: return val[::-1] Why doesn't "return print(v