# Introduction **Objectives:** - Learn how to customize the behavior of objects by redefining special methods. - Change the way that user-defined objects get printed - Make objects comparable - Create a context manager **Files Modified:** `stock.py`
Click the virtual machine below to start practicing