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
I disagree, this is against the main objective of this platform, which is to learn how to implement stuff.
What do we learn from this solution ? Nothing.
:D
Thanks for this
oh wow
This comment is hidden because it contains spoiler information about the solution
is it a built-in function in Python?
Brilliant !!!
The solution to every problem in python ever, importing a library.
This is technically best practice, not top one
This comment is hidden because it contains spoiler information about the solution
Swear this is a trick question to see if people remember order of operations
Me too.
It's clever, but I wouldn't recommend it for production code where w should aim for clarity
he is using list indexing, ['Underweight', 'Normal', 'Overweight', 'Obese'][0-3].
if you want to know in detail i suggest asking gpt
Loading more items...