CBSE Class 12 Computer Science Question 43 of 105

Python Revision Tour — Question 7

Back to all questions
7
Question

Question 7

In Python, a variable is a placeholder for data.

Answer

False

Reason — Variables represent labelled storage locations, whose values can be manipulated during program run.