Special Methods# Introduction Writing Special Methods Unary Special Methods String - __str__ Length - __len__ Binary Special Methods Equality Checks - __eq__ and __ne__ Order Checks - __lt__, __le__, __gt__, __ge__ Arithmetic - __add__, __sub__ Extension: Container Methods __getitem__ __iter__