# Write a function that takes a string # and returns a reverse string def reverse_string(string): print(reverse_string("frog")) # expected: gorf print(reverse_string("Introduction to python")) # expected: nohtyp ot noitcudortnI