What is a constant in Python?
A reserved word that cannot be used as a variable name.
An operator used in mathematical expressions.
A variable whose value can change throughout the execution of the program.
A fixed value such as a number, letter, or string, whose value does not change.