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.
This comment is hidden because it contains spoiler information about the solution
In Python, dataclass refers to a specific builtin library: https://docs.python.org/3/library/dataclasses.html
It can be confusing to mention it here.
I think this is supposed to say "the provided lists should not be modified" as lists are provided by-reference in Python and therefore can be accidentally changed.
Wasn't this done intentionally to ensure that MList returns MList?
I'm not entirely sure why this was based on producing an ordered list instead of a set either, I think maybe the author wasn't aware of sets in Python.
We know MList implements list, so:
will force it to use
list.__eq__
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
see thread below, plz
damn it, wrong button... x/
Reopening at the top...
This comment is hidden because it contains spoiler information about the solution
you're a clever guy, you'll deduce the reason on your own.
Wierd. Why you are even suggesting without giving proper reasons?
Loading more items...