Variables in Python
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...
john-otienoh.hashnode.dev2 min read