Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
rstring
def reverse_string(string_to_reverse): """reverses the given string Arguments: string_to_reverse {string} -- string to reverse Returns: [string] -- reversed string """ return string_to_reverse[::-1] print reverse_string("hello world")
run
|
edit
|
history
|
help
0
codeacademy python tasks
gvgvg
u
gameboy
Reed Solomon error correction
rstring
my first code
Gani
Nama Bulan Python
Filter dictionaries with specific keys