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 is the way!
python new test framework is required. updated in this fork
python: asertions must be wrapped with a
test.it
block, not a describe one (the prin can be replaced by ait
block to resolved the issue below)Tests should not produce (print) any output on the console.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
What is the need for (petals - 1)
Approved!
You don't specify that the end date is inclusive. Usually and end date is exclusive.
That's not an imporvement IMO. Best practices says to do what you suggest to ensure that it strongly equates or does not equate to that.
https://stackoverflow.com/questions/359494/which-equals-operator-vs-should-be-used-in-javascript-comparisons
Thanks, haven't thought about that.
Only improvement possible: use
!==
instead of!=
as both arguments are numbers.Approved
Why it shouldn`t be approved?
.
Loading more items...