What are variables ? How are they important for a program ?
Python Funda
57 Likes
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.