[Python-Dev] second experiment

Greg Wilson gvwilson@nevex.com
Wed, 12 Jul 2000 09:26:13 -0400 (EDT)


> > 1. What should option (D) be?
> 
> 	for (x, y) in [(10, 1), (20, 2), (30, 3)]:
> 		print x+y
>
> And I think it should be the first question, being the currently
> existing idiom.

Very good point --- thanks.

Greg