Lists
Loops
Variables
Triggers/Events
100

A "list" of pieces of information.

What is a list?

100

Repeat the following X number of times.

What does repeat X times do?

100

A piece of data that is used to store information and can be changed.

What is a variable?

100

Do the following when the code starts.

What does when play clicked do?

200
Use length/len/etc.

How do you find the length of a list?

200

If the user presses a button, do the following.

What does when key pressed do?

300

Use append/join/etc.

How do you add to a list?

300

An operation that checks if something is true, then does something based on whether it is True or False.

What is an if statement/loop?

400

List 0:3.

How do can you get the first 3 items of a list?

400

An operation that ends a loop

What is a break/stop statement?

500

An immutable list (a list that cannot be changed in any way).

What is a tuple?

500

As long as this condition is True, repeat.

What does a while true loop do?

M
e
n
u