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.
how is this 7kyu
We need more intuitive solutions like this.
cool
This makes me miss high school
I think I'll just remove that and resubmit for now.
Turns out, calling list[...] with more than 1 argument would raise an exception in a typechecker. Normal python doesnt care much, but if typecheckers do. You can only do that with tuples. I'm going to change it so that this kinda invalid thing doesnt get into more solutions
I want to use it but i forgot its name and used methods ;(
oh I had an extra line where I defined it as a const then returned it. I need to get into the habit of doing it like you!
Kicking myself for not putting the even/odd list on the return line...
I have no idea what to say about this
nice!
Woah
yes it is. the correct way to do it is via either
union
type punning, ormemcpy()
this is technically UB
This comment is hidden because it contains spoiler information about the solution
Loading more items...