CONSTANTS

While Python doesn't have constants in the same sense as some other languages, it is a convention to use uppercase names for variables that are intended to be treated as constants.

PI = 3.14