Skip to content

Latest commit

Β 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Zero and Ones

Your Task πŸ“š:

Create a function called ZeroAndOne that converts 'Zero' and 'One' to 1s and 0s. If the arguement is not equal to 'Zero' or 'One' (case sensative) ignore it.

Examples πŸ˜ƒ:
ZeroAndOne(["one","Zero","Zero","One"]) ➞ "001"
ZeroAndOne(["Zero", "ONE", "one", "Zero"]) ➞ "00"

Good Luck πŸ˜€

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages