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.
Approved! Thank you.
Approved! Thank you.
Thanks! Approved
Thank you for pointing this out. I updated the Python and JS tests to use a=1 instead of a=0.
Thanks! Approved
The comment above the return statement is part of the source code. I use the built-in inspect package to get the source code of the current script as a string and return the contents of the comment.
Mistake in instructions.
(x1, y1)
is the upper-right corner, not the upper-left.Cannot be completed in Rust (1.66). A compilation error occurs when attempt to submit any solution (sample test cases work though)
Attempt results in
All the coins have to meet on the same vertex, not just two of them. u1 and u2 can stay together since they start on the same vertex but they need to meet up with u3.
This comment is hidden because it contains spoiler information about the solution
Did your "attempt" results have any red text in the output? If you passed all the tests when you click "attempt" then the output should display all green messages and the "attempt" button will become "submit".
Log is what gets printed to the output stream so maybe you printed the string rather than writing a function to return it?
This comment is hidden because it contains spoiler information about the solution
approved!
Looks good to me
Python
Loading more items...