Skip to content
APEX FLOWACADEMY
MENU

Glossary term

What is tuple?

In Apex Flow Academy, "tuple" means: A group of values in round brackets that cannot be changed, such as ("a", "b"). It is taught in Python From Zero: Write Programs That Work. Related terms include boolean, loop, int and float and list. Every Apex Flow Academy course lists the official sources it checked.

  • 1 course teaches it
  • plain-word definition

The facts

What is tuple?

A group of values in round brackets that cannot be changed, such as ("a", "b").

Where is tuple taught?

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

Which lessons cover tuple?

These lessons name it in their title or objectives:

  • Python From Zero: Write Programs That Work, lesson 5.3: Save Data with JSON
Which terms are related to tuple?

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

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 tuple?

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