CBSE Class 12 Computer Science Question 56 of 120

Review of Python Basics — Question 8

Back to all questions
8
Question

Question 8

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.