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.
This comment is hidden because it contains spoiler information about the solution
Tests function is incorrect:
TypeError: hello() missing 1 required positional argument: 'name'
Thanks, pals, the problem was a bad string format. I'm noobie, first time was shitcode, i rewrite it, now it's works good.
This comment is hidden because it contains spoiler information about the solution
Everytings work perfect in Jupiter notebook, 2.4 returned 2.40 , 0 returned 0.00. But here, when i push attempt button, it report error.
Hi everyone, I have passed all 3 tests, but when i push attempt button, program send me error message
'2.4' should equal '2.40'
In IDlE and Jupiter notebook everything works perfect.
What is wrong with this kata?