On 9/27/2010 10:54 AM Alex Hall said... > What is wrong with the following line? > self.am=[[(a,b) > for a in range(len(self.lines)) a=0] > for b in range(len(self.lines)) b=0] The a=0 and b=0 -- what do you think they're doing? Emile