What is a variable and the purpose of it? It is container that stores information, which is the values that your program can then use or change later.
real-life example: water bottle with your name is the variable then the water is the data/value
data types can include:
string = text thats within quotes "Hello"
integer = whole number 41
float = decimal number 2.14
boolean = used within logic True or False