[Type A] Python Revision Tour-1 – Chapter 1
Table of Contents
11. What are variables? How are they important for a program?
Variables are symbols used to store and manipulate data in a program. They provide a way to label and refer to memory locations used to store values. Variables are important for storing temporary data, performing calculations, and enabling dynamic behavior in a program.