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.
no need for if condition the
==
is enoughThis comment is hidden because it contains spoiler information about the solution
Fixed.
.
I'm having the same problem too omg
I think I'll just hardcode it in ugh
A bit difficult to guess what your code is doing: possibly some problem in the way you set up your loop?
I'm having the same issue (with the Python version) -- I import the
string
module and then redefinecc
, assigning it the return value of a call tostring.replace()
. It passes all the tests, but then doesn't work in this case when I attempt to submit it.I thought this one was simple enough, but I either run into a memory error, or in a runtime error, depending on the method I choose.
This comment is hidden because it contains spoiler information about the solution
There seems to be one test case that doesn't follow the rules set out in the description. I get a result:
masking: 3656013700
######3700 matches #######7##
'######3700' should equal '#######7##'