Can you spot a mistake with this code snippet?

print can't display textFOOD is a constant and shouldn't be changedWe can't combine variables and constantsFOOD can't accept strings

That'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.