Monday, 2 October 2023, 3:33 AM
Site: ΕΛ/ΛΑΚ Moodle
Course: Python Lab - May 2017 (python_ellak_may_2017)
Glossary: Glossary of terms
V
variableVariables are nothing but reserved memory locations to store values. This means that when you create a variable you reserve some space in memory. Anything that stores in a variable replaces the previous value inside. |