Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Test divisible by 5
Python Code Challenge
230 -
Write a function to test if a given list of numbers are divisible by 5 and write test cases for it.
Python
Testing