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.
If i return [] everytime first element is not smallest i get another error telling [] should be some not empty list.
Nvm, solved.
create_pythagorean_triples(564, 456, 1654)
[(1128, 846, 1410)] should equal []
But 1128 ** 2 + 846 ** 2 == 1410 ** 2, 846 + 564 == 1410
Did i miss something?
For 13 cards:
5 should equal 4
What's wrong in this?
Alice took 1, Bob 6, left 6
Alice took 3, Bob 1, left 2
Alice took 1, Bob 1, left 0
Alice totally took 5, test says 4.
Right? Or rect?
python somehow broken for ASCII codes > 127 :(
Spaces around ' = ' but '0=0'? Really?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Python random tests completely wrong =(((
Ooops. Forgot to delete print =)
This comment is hidden because it contains spoiler information about the solution