Answers for "python get address of object"

1

python get address of object

value = 5

print(id(value))  # prints the address stored in value
Posted by: Guest on February-05-2022

Code answers related to "python get address of object"

Python Answers by Framework

Browse Popular Code Answers by Language