Python mendapatkan alamat objek

value = 5

print(id(value))  # prints the address stored in value
Wissam