(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:
(PYTHON ) Write a code snippet Write a function reverse_word(word) that takes a word and returns the word backwards. The
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am