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

breamoreboy at gmail.com breamoreboy at gmail.com
Mon Jan 23 16:21:00 EST 2017


On Monday, January 23, 2017 at 5:59:42 PM UTC, Sourabh Kalal wrote:
> how we can access the value from using id..
> like x=10
> id(x)
> 3235346364
> 
> how i can read value 10 using id 3235346364

What are you trying to achieve here?  If you'd explain that rather than how you're trying to achieve it you're likely to get better answers.

Kindest regards.

Mark Lawrence.



More information about the Python-list mailing list