used to execute both the true part and the false part of a given condition.
If Else Statement
used to add the structured graphics to the python application.
Canvas
to create a code that repeats
For Loop
containers for storing data values.
Variable
a Java method used to print output to the console.
println
Repeated execution of a set of statements
Iteration
what you using right now?
Computer
used to immediately exit a loop when a certain condition is met.
Break Statement
a naming convention in which a name contains multiple words that are joined together as a single word.
lowerCamelCase
to make decisions based on the values of variables or the result of comparisons
Condition
he simplest way to get keyboard data from the user in Python.
readInt
something to turn unexpected or random
Randomize
less than, equal to, greater than
Comparison Operator
activates and prompts a thread object to be run.
Start Function
This method finds and returns the computed width of element.
getwidth
a variable can have only two values
Boolean
a synchronization primitive used to coordinate between multiple threads.
event
def is the keyword for defining a
Define a Function
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
This method finds and returns the computed height of element.
getHeight()
a given offset using the scale() function, you can rotate it clockwise using the rotate() function and you can translate it
Coordinate System
used to combine multiple conditions together and evaluate them as a single boolean expression.
Logical Operator
returns a list containing each line in the file as a list item.
readLine
a function that is passed as an argument to another function and is “called back” at some convenient time
Callback Function
perform basic mathematical operations on numeric data, such as addition, subtraction, multiplication, division, modulus, exponentiation, and floor division.
arithmetic operators