CBSE Class 12 Computer Science Question 61 of 105

Python Revision Tour — Question 15

Back to all questions
15
Question

Question 15

What are variables? How are they important for a program?

Answer

Variables are named labels whose values can be used and processed during program run. Variables are important for a program because they enable a program to process different sets of data.