1.1.7
1.1.8
Math Ops
Python Data Types
Boa, Python or...
100

An ordered collection of items or values.

my_courses = ["Alg","Chem",...]

LIST

100

A comparison, usually in a while or if statement, that evaluates to a Boolean value of True or False

conditional statement

100

+

addition

100

<str>

string

100

primarily found in the Americas

Boa Constrictor

200

An individual value in a list that is assigned a unique index.

"Alg","Chem",... in my_courses

Element

200

This stands for else if. If the first test evaluates to False, it continues with the next one

Elif

200

%

modulo

200

<int>

integer

200

The most venomous snake is also considered the deadliest. 

Black mamba

300

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

300

A loop inside the body of another loop.

nested loop

300

*

multiplication

300

<float>

float, decimal

300

Tend to be larger than Boas, some can grow over 20 feet, and have two extra upper jaws with teeth

Python

400

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?

400

An outline of the basic ideas behind how algorithms will work. Not language a computer would understand but it "looks" like code 

pseudocode

400

**

raising to a power, 2**2 = 4

400

<bool>

boolean 

400

1997 horror film starring J-Lo. 

Anaconda 

500

To attach

append

500
repetition

iteration

500

5%2 = ?

1

2 goes into 5, 2 times with 1 remainder

500

<list>

list

500

The little known Gorgon sisters, Stheno and Euryale, are often forgotten about due to their most infamous sibling

Medusa

M
e
n
u