(PYTHON ) Write a code snippet Write a function reverse_word(word) that takes a word and returns the word backwards. The
Posted: Tue May 24, 2022 7:56 am
(PYTHON ) Write a code snippet
Write a function reverse_word(word) that takes a word and
returns the word backwards.
The fusion should work with the following code:
word = ("Please, enter a word: ")
backward_word = reverse_word(word)
your code starts here:
Write a function reverse_word(word) that takes a word and
returns the word backwards.
The fusion should work with the following code:
word = ("Please, enter a word: ")
backward_word = reverse_word(word)
your code starts here: