Skip to content

fikrcamp/pluralize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pluralize

Your Task πŸ“š:

Create a function called pluralize that passes a list of words in the singular form, return a set of those words in the plural form if they appear more than once in the list. Note: just add 's' to the end of the word

Examples πŸ˜ƒ:
pluralize(["cat","dog","cat","mouse"]) ➞ ["cats","dog","mouse"]
pluralize(["car", "car", "car"]) ➞ ["cars"]

Good Luck πŸ˜€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published