In programming, variables are used to store information such as numbers, text, or logical values.
Each variable has a name (identifier) and a value, and we can use this name to access or modify the stored data anytime in the program.
What is a variable?
- April 2, 2026
- admin
- Comments Off on What is a variable?
- Python
- uncategorised
