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