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.
Slightly modified the description to add clarity.
Slightly modified the description to add clarity.
can some more information and/or hints be given on what is the center of mass/how to approach calculating this? (my rudimentary understanding of physics suggests that center of mass is calculated (x1m1+x2m2...)/(m1+m2....). My current thinking is that perhaps I can use this to calculate a center of mass in the x and y plane and then if these two numbers are correct, then determine the answer?
This comment is hidden because it contains spoiler information about the 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
okay so it looks like the submit solution button for python isn't calling the function, I just rewrote my solution so that it doesn't use the re module and it passes all test cases, but fails when I press "attempt". When I include the value that caused the failure in my test case list, my code passes - so something must be going wrong behind the scenes...
This comment is hidden because it contains spoiler information about the solution
I run my code in Python on my local machine - and it works, I run the test cases and my solution works, I submit the code and it fails on cases that, when I test, my code suceeds on. This must be broken...
This comment is hidden because it contains spoiler information about the solution