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.
what the hoem its same '171.66666666666666 is above freezing temperature' should equal '171.66666666666669 is above freezing temperature'
i tried using round but it gave Basic Test Cases
'13.333333 is above freezing temperature' should equal '13.333333333333334 is above freezing temperature'
Test Passed
'0.555556 is above freezing temperature' should equal '0.5555555555555556 is above freezing temperatur
i couldnt do anything i am using python please fix the issue why would any one want 7 to 8 decimal digits...
You should specifies the range, it is greater than 0 or less than 0, it is important.
C#: test code should be removed from Preloaded
This comment is hidden because it contains spoiler information about the solution
Java Translation
I'm open for discussions on the Kumite!
UPDATED GROOVY TRANSLATION
Changes:
org.junit.jupiter.api.*
instead ofassert
for testingorg.junit.jupiter.api.Order
is implemented correctlyGroovy Translation
Lua translation!
Not true in Rust.
Fixed in this fork.
Could be interesting to make a harder version of this that tests for 0 as well
The author of this kat better additionally include the hashtag "debagging"
Scala translation
C# translation ready! Please review and approve.
Why does the Rust version use
i32
s when the instructions specify that the input will always be positive?C Translation (author inactive).
Loading more items...