mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-06 19:14:59 -06:00
'init'
This commit is contained in:
2
python/reverse-string/reverse_string.py
Normal file
2
python/reverse-string/reverse_string.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def reverse(text):
|
||||
return text[::-1]
|
||||
Reference in New Issue
Block a user