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 feel like the solution to creating a min or max function shouldn't rely on using the actual min or max function, so your solution gets my vote for best practice.
And why is that?
I really like this solution ngl, clever!
gg
This is not a 7kyu kata...
So clever. good luck!
That one is crazy gg
This comment is hidden because it contains spoiler information about the solution
good job
I realized that I included
for x in range(0,len(numbers)
within the 1-line return.But still why?
Great solution!
I attempted the same 1-lines return but within (CODE) Parenthesis.
It didn't take.
Can you please explain to me why it works without encapsulating in parenthesis?
I am curious.
Thankyou
Best solution of all posted
how evaluation go once for this ?
I'm so fucking stupid, True if / else False wasn't even necessary.
Huh thank you for that I also made his mistake
Loading more items...