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.
I read my output properly and realized what wasn't happening. Got through it though. Thank you for the feedback!
OMG!!! All I had to do was import string??? I was wondering why this wasn't working. 😤
It's helpful to post an example of a test case that fails, e.g.
<result> should equal <expected
.Check that you are actually returning the value, and not simply printing it to the console (it's a common mistake)
Doing it in Python and this should be straighforward. It outputs what you want in my ide however your test keeps marking it wrong? (trying not to leave any spoilers. Please fogive me)