2 lines
38 B
Plaintext
2 lines
38 B
Plaintext
|
|
def reverse(text):
|
||
|
|
return text[::-1]
|