Верните строку s, записанную в обратном порядке.
s
"hello"
"olleh"
"Python"
"nohtyP"
""
def reverse_string(s: str) -> str:
Sign in to see submission history
Sign in to use AI Mentor
Your code output will appear here