Skip to content
APEX FLOWACADEMY
MENU

Glossary term

What is comment?

In Apex Flow Academy, "comment" means: A note for people that starts with # and is ignored by Python. It is taught in Python From Zero: Write Programs That Work. Related terms include string, variable, function and int and float. Every Apex Flow Academy course lists the official sources it checked.

  • 1 course teaches it
  • plain-word definition

The facts

What is comment?

A note for people that starts with # and is ignored by Python.

Where is comment taught?

comment is defined in Python From Zero: Write Programs That Work.

Which terms are related to comment?

Next to comment in the course glossaries: string, variable, function, int and float, directory, boolean, terminal and tuple.

The hard questions, answered straight

Bold questions people really ask. Each answer comes from the course data or a settled Academy fact.

Do I need experience before I learn comment?

It depends on the course. Each course that teaches it lists its own prerequisites, and all are listed at beginner level:

  • Python From Zero: Write Programs That Work: No programming experience is needed.

Related