Bryan wrote:
> in the python cookbook 2nd edition, section 6.7 (page 250-251), there a
> problem
> for implementing tuples with named items. i'm having trouble
> understanding how one of commands work and hope someone here can explain
> what exactly is going on.
> witho
Bryan wrote:
> in the python cookbook 2nd edition, section 6.7 (page 250-251), there a
> problem
> for implementing tuples with named items. i'm having trouble understanding
> how
> one of commands work and hope someone here can explain what exactly is going
> on.
>
in the python cookbook 2nd edition, section 6.7 (page 250-251), there a problem
for implementing tuples with named items. i'm having trouble understanding how
one of commands work and hope someone here can explain what exactly is going
on.
without copying all the code here, here is the