Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
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.