An open API service indexing awesome lists of open source software.

https://github.com/candytale55/add_exclamation_py_3

add_exclamation() takes one parameter named _word_. This function should add exclamation points to the end of _word_ until word is 20 characters long. If _word_ is already at least 20 characters long, just return _word_.
https://github.com/candytale55/add_exclamation_py_3

codecademy python-strings string-challenges-codecademy string-manipulation

Last synced: 3 months ago
JSON representation

add_exclamation() takes one parameter named _word_. This function should add exclamation points to the end of _word_ until word is 20 characters long. If _word_ is already at least 20 characters long, just return _word_.

Awesome Lists containing this project