Python Basics -3
Variables
Computer generally stores the data inside memory locations, each memory location has an address associated with it. In order to access the data we need memory address, These addresses are numbers(hexadecimal number system)
So instead of th...
madmachine.hashnode.dev1 min read