Skip to content
APEX FLOWACADEMY
MENU

Glossary term

What is int and float?

In Apex Flow Academy, "int and float" means: An int is a whole number such as 3. A float is a number with a decimal point such as 3.5. It is taught in Python From Zero: Write Programs That Work. Related terms include variable, boolean, comment and tuple. Every Apex Flow Academy course lists the official sources it checked.

  • 1 course teaches it
  • plain-word definition

The facts

What is int and float?

An int is a whole number such as 3. A float is a number with a decimal point such as 3.5.

Where is int and float taught?

int and float is defined in Python From Zero: Write Programs That Work.

Which terms are related to int and float?

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

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 int and float?

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