Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

multiple choice in python, a ______ is a type of variable that holds a …

Question

multiple choice
in python, a ______ is a type of variable that holds a value which is not changed.
permanent
unchangeable variable
fixed variable
constant

Explanation:

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