what are the 2 types of error
what is an algorithm
set of instructions
what is a variable
in a computer program, preforms as a container for storing data values
variable types
float: decimals
interger(int): whole numbers
string(str): letters, characters and numbers
boolean: true or false
#
comment
“”
speech
print (…)
prints out whatever you input into the brackets
if and elif
if - to conditionally excite a particular block of code
elif - short for ‘else if’ - to use for a second if