Live stream preview
Commenting Your Code in Python
Introduction to Python Programming • 3m 2s
Every good coding instructor demands that students comment on their code. In this section of the course, you'll learn how code commenting works in Python.
Up Next in Introduction to Python Programming
-
Simple Conditionals
Every program makes decisions. The coding structures used to make decisions are called conditionals. In this video, you'll learn to create simple conditional statements.
-
Else Statements
Not every conditional is evaluated as true. In this section of the course, you'll create else statements to work with false conditions.