Understanding Comments and Code Readability
Use comments and formatting to make your code easier to understand and maintain.
1
Understanding Comments and Code Readability
Welcome to the next lesson! In this lesson, you’ll learn how to use comments to document your code and improve its readability. Let’s get started!

2
What Are Comments?
Comments are lines in your code that are ignored by the compiler. They are used to explain what the code does or to leave notes for yourself and others.
Key Point: Comments make your code easier to understand and maintain.
All lessons in this course
- Understanding Variables and Data Types
- Basic Input and Output
- Understanding Comments and Code Readability