Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
rString__1
#python 2.7.12 def reverse(Input): i = len(Input) - 1 r = '' while i >= 0: r = r + str(Input[i]) i = i - 1 return r print reverse('spiderman')
run
|
edit
|
history
|
help
0
pip install fire
PyClassInit
dice_02_while
axsd
Aufgabe 15
Difference of Sum
Reed Solomon error correction
wordscapes
Supermarket prices and stock
PythonTuple