Computer Science, asked by anaghadevadas0084, 4 months ago

write a python programe to print the memory address of the object

Answers

Answered by MrWanderer
4

Answer:

Hey there this is your answer...!!!

Call id(object) to get the memory address of object .

Call id(object) to get the memory address of object .an_object = {"a": 1}

Call id(object) to get the memory address of object .an_object = {"a": 1}object_id = id(an_object)

Call id(object) to get the memory address of object .an_object = {"a": 1}object_id = id(an_object)print(object_id)

Explanation:

hope this helps you...!!!

Similar questions