Intern — Middle
Function that returns a string in reverse order
livecode
Task condition
Create a function that takes a string and returns its characters in reverse order.
Example:
def reverse_string(s: str) -> str:
# implementation
pass
livecode
Task condition
Create a function that takes a string and returns its characters in reverse order.
Example:
def reverse_string(s: str) -> str:
# implementation
pass