Essential Terms
Completion requirements
Browse the glossary using this index
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL
I
IDEan integrated development environment used for writing running and testing Python code | |
if statementa conditional control structure that executes code only when a condition is true | |
importa statement used to include external modules in a Python program | |
index | |
inputa function used to capture user data from the keyboard | |
inta data type used to store whole numbers | |
iterationthe repeated execution of a loop body | |