On Saturday, March 22, 2014 2:24:00 AM UTC+5:30, Rustom Mody wrote:
> Lets try without comprehending comprehensions :-) 
> >>> x=[[1,2],[3,4]]
> 
> >>> for x in x:
> 
> ...   for x in x:
> 
> ...      print x
> 
> ... 
> 
> 1
> 
> 2
> 
> 3
> 
> 4

Nice and all, thanks, but doesn't answer the question.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to