Is it possible to get the Physical memory address of a variable in python?

Sourabh Kalal kalalsunnyy at gmail.com
Mon Jan 23 12:49:48 EST 2017


how we can access the value from using id..
like x=10
id(x)
3235346364

how i can read value 10 using id 3235346364



More information about the Python-list mailing list