multiple choice\nin python, a ______ is a type of variable that holds a value which is not…

multiple choice\nin python, a ______ is a type of variable that holds a value which is not changed.\npermanent\nunchangeable variable\nfixed variable\nconstant

multiple choice\nin python, a ______ is a type of variable that holds a value which is not changed.\npermanent\nunchangeable variable\nfixed variable\nconstant

Answer

Brief Explanations:

In Python, a constant is a variable whose value remains unchanged once assigned. It's a widely - used term in programming for such values.

Answer:

D. constant