Variable:A value that can change and is used to store information. For example, "strawberries_in_fridge" is a variable that stores the number of strawberries in the fridge.
Condition: A statement or expression that evaluates to either true or false. In this case, the condition is checking if there are at least 7 strawberries in the fridge.
Comparison Operator: Symbols used to compare two values. The ">=" symbol in this line compares whether the value of "strawberries_in_fridge" is greater than or equal to 7.