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.
just do as you would in your usual ide: use
print (...)
Blind4Basics, could you please navigate how the print console done. I came across with the same problem as this mister did.
sample tests are precisely what they are called: sample ;)
When you click on "attempt", your code is tested against the full test suite, generally containing way more tests. If you need to see the inputs to debug your code, don't forget you can print to the console from the guts of your function.