reverse_string()
Write a function named reverse_string that has a string named word as a parameter. The function should return word in reverse.
reverse_string
word