Duplicate: https://www.codewars.com/kata/5bc048de9b84f478ae000907
There're already dozens of katas about prime numbers, this one has nothing new to offer.
Python function parameter shadows the string module.
string
Import of solution module is missing in sample tests. I cannot see full test suite, but I assume it might be missing there too.
solution
See this paragraph on module imports: https://docs.codewars.com/languages/python/authoring#imports
There are no random tests. Please see this article: https://docs.codewars.com/languages/python/authoring for some examples and explanation how to create test suites in Python.
Loading collection data...
Duplicate: https://www.codewars.com/kata/5bc048de9b84f478ae000907
There're already dozens of katas about prime numbers, this one has nothing new to offer.
Python function parameter shadows the
string
module.Import of
solution
module is missing in sample tests. I cannot see full test suite, but I assume it might be missing there too.See this paragraph on module imports: https://docs.codewars.com/languages/python/authoring#imports
There are no random tests. Please see this article: https://docs.codewars.com/languages/python/authoring for some examples and explanation how to create test suites in Python.