In this lesson, you will make your game code easier to understand. You will add special notes, called 'comments', to your Python code. These comments will explain what different parts of your game do, like the main parts of your game and any special rules or actions. This helps you and others know what your code is doing.