CBSE Class 11 Computer Science Question 65 of 106

Python Fundamentals — Question 14

Back to all questions
14
Question

Question 14

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.