Learning Python
control structure
sequence, selection and iteration are examples of these
input
values entered by a user
boolean
True or False value, has a capital letter
if statements, selection
a choice of actions based on the result of a condition
string
a letter or word value
float
a numeric value, a decimal number
integer
a numeric value, a whole number
variable
a placeholder word that holds a value
sequence
actions completed in order
loops, iteration
an action is repeated until a condition it met
comparator
an equation to determine a value
function
built in words that start an action
comment
descriptions to help maintain the program