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.
isn't id better to count? since it's non nullable e usually its the primary key witch makes guaranties the index?
I'm still learn, so i'm sorry if that makes no sense
This comment is hidden because it contains spoiler information about the solution
I need to stop using a lot of lines, this one resumes it all.
Very clean solution
Oh! If only I'd actually written the math down on a piece of paper.
That is so elegant :)
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
if it requires please do not hesitate, for example a formula or bulit in fuction the goal is to learn
Obsolete issue, closing
good solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
the python reads all the line becaue all in same line and same interpretting so python read it if it another line there would be an eror
nice
I get where you are coming from...but could you please elaborate on what principles of a pure function it violates?
I may be missing something - but doesn't it comply with not having side effects (i.e. nothing mutated), and it would produce the same result every time given the same inputs? Is it because of the 'lines' param being a reference variable, which could be changed outside of the method?
Loading more items...