CBSE Class 11 Computer Science Question 55 of 98

Python Programming Fundamentals — Question 17

Back to all questions
17
Question

Question 12

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.