CBSE Class 11 Informatics Practices Question 59 of 102

Python Programming Fundamentals — Question 20

Back to all questions
20
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.