Computer Science, asked by abhinaba76, 2 months ago

The value of a variable cannot be changed during program execution (in Python)
a. True
b. False​

Answers

Answered by emanghazanfarh
1

Answer:

False.

Explanation:

That is because a variable means: anything that does not stay the same all time and a constant: means anything that always stays the same.

Answered by rs2425688
0

Answer:

false

Explanation:

A constant is a data item whose value cannot change during the program's execution. Thus, as its name implies – the value is constant. A variable is a data item whose value can change during the program's execution

Similar questions