An ordered collection of items or values.
my_courses = ["Alg","Chem",...]
LIST
A comparison, usually in a while or if statement, that evaluates to a Boolean value of True or False
conditional statement
+
addition
<str>
string
primarily found in the Americas
Boa Constrictor

An individual value in a list that is assigned a unique index.
"Alg","Chem",... in my_courses
Element
This stands for else if. If the first test evaluates to False, it continues with the next one
Elif
%
modulo
<int>
integer
The most venomous snake is also considered the deadliest.
Black mamba

In each iteration step, a variable set to a value in a sequence or other data collection.
"for c in my_courses: " What is "c" called?
loop variable
A loop inside the body of another loop.
nested loop
*
multiplication
<float>
float, decimal
Tend to be larger than Boas, some can grow over 20 feet, and have two extra upper jaws with teeth
Python

Position order of a list or tuple. Starting at [0]. The "seat" the element sits in...
index
my_courses = ["Alg","Chem",...]
what index is "Chem" in?
An outline of the basic ideas behind how algorithms will work. Not language a computer would understand but it "looks" like code
pseudocode
**
raising to a power, 2**2 = 4
<bool>
boolean
1997 horror film starring J-Lo.

Anaconda
To attach
append
iteration
5%2 = ?
1
2 goes into 5, 2 times with 1 remainder
<list>
list
The little known Gorgon sisters, Stheno and Euryale, are often forgotten about due to their most infamous sibling
Medusa
