What does comment mean?

A note in the code for people, not the computer. In Python it starts with # and the computer ignores everything after it on that line.

Also written as: comments

In a lesson

A line that starts with # is a comment. Python skips it completely. It is there for people.

Learn it

Used in

and 3 more lessons.

Do the lesson in the simulator

All glossary terms