Optimisation problem

gabor gabor at realtime.sk
Tue Nov 12 13:30:44 EST 2002


On Tue, 2002-11-12 at 16:50, Michael Hudson wrote:
> anton at vredegoor.doge.nl (Anton Vredegoor) writes:
> > m,x,y,z = self.matrix,self.x,self.y,self.z
> > 
> > This is faster
> 
> Don't be so sure: this creates a tuple.
> 
> 
this is interesting....

you're saying that for example

x,y = 2,4 

creates a tuple?

i thought thatr x,y=2,4 is the same as x=2;y=4

bye,
gabor





More information about the Python-list mailing list