Variables in Python
Jan 1, 2024 · 2 min read · Variables I have a value where do i store it in my computer? Well that's where variables come handy. Variables refer to 1. A location in the memory that are reserved to store the values of my code 2. A container that holds one value and has a label o...
Join discussion