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.
Haskell translation
Python, presumably others - needs tests for statistical randomness, this should not pass.
Python sample tests also use
describe
blocks incorrectly which needs fixing at the same time.This kata is a duplicate of https://www.codewars.com/kata/combination-lock
Sample tests are broken: a
end
is missing.if you do a print, it will show different decks. Also for all test cases, I am getting same error message and what is mentioned inside "should be" are all always identical.
I tried on other Python IDE, its giving different deck.
This comment is hidden because it contains spoiler information about the solution
Python solution is not passing even though print statement shows all decks are different.
The sample tests are passing.
fixed
fixed
Approved!
end
Missing sample tests for ruby
Ruby 3.0 should be enabled
Python translation kumited -- please check and approve!
Done
Added.
Loading more items...