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.
removed in latest fork.
yes, sure :D
who cares it satisfies the Sensei
✔ changed any to Any
Question resolved? ;)
more specifically i think it should be
Any
(capital A) fromtyping.Any
I'm not familiar with Python's typing, but I cannot see
all
mentioned there.Clarified how to use the wildcard.
The 1 as a wildcard is already in the STRAIGHT item description, it's not a wildcard for any other result. And 44441 is a POKER, it's already in the description ;)
I don't think so, it still occasionally fails.
You mean "trying to read author's mind and come up with the same order of operations they have in their code"?
You think it's worth it?
Yeah just resubmit a couple of times and hope that an affected input does not get randomized. In my case it was 1 test case every ~5 runs, so quite easy to get it to pass.
You missed the post below, haven't you ;)
you're right,
diff([0, 0, 0])
anddiff([0])
should return the same thing. but why would[]
be ambiguous in that case ?but then is it
[0]
,[0, 0]
,[0, 0, 0]
... ? returned datatype has to be consistentLoading more items...