Writing comments is about describing what should happen vs. just writing what the code does technically.
I will use docstrings and comments, they are great for learning.
1) I think making a game, you could simulate a character class in an RPG! Hair color, wieght, special abilities, each character would
be a different object in the character class.