exercism/python/reverse-string/reverse_string.py

3 lines
32 B
Python
Raw Normal View History

2018-08-14 22:28:48 +00:00
def reverse(input=''):
pass