Constants

Example: which code is more clear?

x = 3.14159
y = 1.324
z = 2*x*y
PI = 3.14159
radius = 1.324
circumference = 2*PI*radius