44.4k views
4 votes
In Python, a.....

is a type of variable that holds a value which is not changed.
O permanent
unchangeable variable
O fixed variable
O constant

User Mabroukb
by
5.9k points

2 Answers

6 votes

Answer:

Constant

Step-by-step explanation:

a constant is a type of variable that holds a value which is not changed.

User Bratt Swan
by
6.1k points
3 votes

Answer:

Constants.

Step-by-step explanation:

In some languages, it is possible to define special variables which can be assigned a value only once – once their values have been set, they cannot be changed. We call these kinds of variables constants.

User Uberfuzzy
by
6.1k points