function every_other_letter() takes a string named _word_ as a parameter. The function returns a string containing every other letter in word.
-
Updated
Jan 28, 2021 - Python
function every_other_letter() takes a string named _word_ as a parameter. The function returns a string containing every other letter in word.
Add a description, image, and links to the every-other topic page so that developers can more easily learn about it.
To associate your repository with the every-other topic, visit your repo's landing page and select "manage topics."