Using Constants

The value of PI is 3.14
The speed of light is 299792458 meters per second.

Constants are fixed values that cannot change during the script execution. Unlike variables, they remain constant throughout the program.