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.
Nice kata. Also I just discovered the dir() function so thats cool
ah, the zen of python
i have no regrets saying this
spamming else if is fun
LGTM, approved!
Approved by someone
Desc modify suggestion:
"First two numbers are the initial red and blue marbles.
Last two numbers are how many marbles have been pulled.
You need to find the probability of pulling blue on the next pull."
(These math ones should be 7 kyu, not 8. I think 8 should be reserved for fundimentals)
My solution passed because I was looking to find the wording for the error message when the value for color or flavor was wrong.
In Rust a random test gave me this:
attempt to add with overflow', src/lib.rs:42:17
note: run with
RUST_BACKTRACE=1
environment variable to display a backtracethread 'tests::random_bools' panicked at 'attempt to add with overflow', src/lib.rs:42:17
thread 'tests::random_bools' panicked at '[quickcheck] TEST FAILED (runtime error). Arguments: ([], 18446744073709551615, 18446744073709551615)
Error: "attempt to add with overflow" at /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/quickcheck-1.0.3/src/tester.rs:165:28
second attempt was ok
Retired.
Description should be language-agnostic
Shoudl use KaTeX too in equations representation
The note part should be made more clear and re-formatted
Python new test framework should be used with 3.8 enabled
Initial solution setup should just be
return [0, 0]
approved
Comment unsuccessfully ignored.
thsi is a test, do not reply, ignor this
Loading more items...