[Tutor] implied tuple in a list comprehension

Jim Mooney cybervigilante at gmail.com
Fri Aug 2 23:09:40 CEST 2013


On 2 August 2013 12:26, ALAN GAULD <alan.gauld at btinternet.com> wrote:
> And this from the man who hates extra typing! ;-)

Well, I'm not going whole hog. I'll keep unstated tuples in simple
stuff like a,b,c,d,e = 1,2,3,4,5 , but I'll state them in complex,
dynamic expressions that make my eyes swim. It's a matter of a
sensible compromise between laziness and confusion ;')

Jim


More information about the Tutor mailing list