Files
test-project/utils.py
2026-03-09 18:42:55 +00:00

3 lines
42 B
Python

def reverse_string(s):
return s[::-1]