Skip to content

Commit a5dc091

Browse files
committed
Finished working on the reverse-string challenge
1 parent 98100c5 commit a5dc091

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed
294 Bytes
Binary file not shown.
Binary file not shown.

reverse-string/reverse_string.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
def reverse(text):
2+
reversedstring=''.join(reversed(text))
3+
return reversedstring
24
pass

0 commit comments

Comments
 (0)