Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
rstring
#python 2.7.12 def rstring(s): if len(s) <= 1: return s return rstring(s[1:]) + s[0] inputString = 'hello world' print 'Input String = ',inputString print 'Reverse String = ',rstring(inputString)
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Aisha Lesson 2
on_off_3
Attempt to break cpu limit
Problem: rstring
Aufgabe 16
asd
My Temp Converter
coupon
working with strings
gameboy
Please log in to post a comment.