print
can't display textFOOD
is a constant and shouldn't be changedFOOD
can't accept stringsThat's right! A constant's value should be permanent. Constants are still variables, so we can assign any value to them and combine them with non-constant variables.
Sorry! A constant's value should be permanent. Constants are still variables, so we can assign any value to them and combine them with non-constant variables.