How come 1st and 3rd object have same heap address?
@DevilPL since the object(obj) names are similar python’s memory heap replaces the same instance and that’s why you get same address
@DevilPL since the object(obj) names are similar python’s memory heap replaces the same instance and that’s why you get same address