Document all the different ways we can interact with reference container objects like dict, set, list #118
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
sprint-friendly
A good issue for sprint events
We've implemented a bunch of container methods which help us do the following with reference objects:
__len__
__iter__
and__next__
__getitem__
__setitem__
__contains__
It would be nice to have examples that show that users can directly interact with reference objects, for example:
An example for finding length would look like:
The text was updated successfully, but these errors were encountered: