On Tue, Jan 24, 2017 at 4:49 AM, Sourabh Kalal <kalalsun...@gmail.com> 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

No, you can't. That isn't a memory address - it's just a unique
identifier. Python doesn't have memory addresses.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to