else statement, iteration, readInt, boolean, coordinate system
canvas, computer, randomize, event logical operator
loop, break statements, comparison operator, function, readline
variable, lowerCamelCase, start function, while loop, callback function
println, condition, getwidth, getHeight(), arithmetic operators
100

used to execute both the true part and the false part of a given condition.

If Else Statement

100

 used to add the structured graphics to the python application.

Canvas

100

to create a code that repeats

For Loop

100

containers for storing data values.

Variable

100

a Java method used to print output to the console.

println

200

Repeated execution of a set of statements

Iteration

200

what you using right now?

Computer

200

used to immediately exit a loop when a certain condition is met.

Break Statement

200

a naming convention in which a name contains multiple words that are joined together as a single word.

lowerCamelCase

200

to make decisions based on the values of variables or the result of comparisons

Condition

300

he simplest way to get keyboard data from the user in Python.

readInt

300

something to turn unexpected or random

Randomize

300

less than, equal to, greater than 

Comparison Operator

300

 activates and prompts a thread object to be run.

Start Function

300

This method finds and returns the computed width of element.

getwidth

400

a variable can have only two values

Boolean

400

a synchronization primitive used to coordinate between multiple threads.

event

400

def is the keyword for defining a

Define a Function

400

a control flow statement that allows a block of code to be executed an indeterminate number of times, so long as the associated condition holds true.

While Loop

400

This method finds and returns the computed height of element.

getHeight()

500

a given offset using the scale() function, you can rotate it clockwise using the rotate() function and you can translate it

Coordinate System

500

used to combine multiple conditions together and evaluate them as a single boolean expression.

Logical Operator

500

returns a list containing each line in the file as a list item.

readLine

500

a function that is passed as an argument to another function and is “called back” at some convenient time

Callback Function

500

perform basic mathematical operations on numeric data, such as addition, subtraction, multiplication, division, modulus, exponentiation, and floor division.

arithmetic operators