Skip to content

Add ``dunder'' language to A1

Emily Horsman requested to merge horsmane/se2aa4_cs2me3:a1 into master

This is a good opportunity to use the language the Python community uses for double underscore methods — dunders! For instance, from PEP8 itself: https://www.python.org/dev/peps/pep-0008/#module-level-dunder-names

It's also just so much easier to say and if students say it from A1 then all the better.

Edited by Emily Horsman

Merge request reports