Python Variables and Memory Management
Variable
Variable is a way to refer to memory locations being accessed by a computer program. In languages like C, C++, Java, a variable is a name given to a memory location. So when we say:
int x;
float y;
It asks the compiler to create memory space...
swetashaw.hashnode.dev5 min read
Sourav Debnath
Another CS Grad and a TL @Accenture
Sweta Shaw Informative ✅