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.
Python: the random test assumes the class must have a public property named
balance
(or its getter), but it's not specified anywhere in the Kata description. The tests should not rely on the implementation.Python: tests have dependencies between test cases,
Fixed tests
depend on the state created bySample tests
.The method that you named as "check" is not really understandable. Please can you change the name with one more describable like transfer_money or something like that?
This comment is hidden because it contains spoiler information about the solution
You should ban a lot more than
"import"
and"sys"
- https://www.codewars.com/kata/reviews/5a484c87425057ac80002891/groups/5cd46dc1d4c4470001f665c4This comment is hidden because it contains spoiler information about the solution