Python arranges Variable in three important information tagged to it. First one being an ID – which is a memory location of specified variable. You can access this ID with id(varName) function. Second being type of the variable, which can be accessed with type() function and last being an actual value. All three things are tagged with the user defined name given to variable