Hacker News new | ask | show | jobs
by IgorPartola 3213 days ago
Re: storing mutable objects, yea but tuples do that too:

    t = ({}, 1)
    t[0]['foo'] = 'bar'