sorry.
assuming:
l = [{'key1':'a' , 'key2': 'b'},{'key1':'c' , 'key2': 'd'}]

for e in l:
    for k, v in e.iteritems():
        print v,
    print

On 2/15/15, Shai Efrati <[email protected]> wrote:
> assuming:
> l = [{'key1':a , 'key2': b},{'key1':c , 'key2': d}]
>
> for e in l:
>     for k, v in iteritems(e):
>         print v,
>     print
>
>
>
> On 2/15/15, [email protected] <[email protected]> wrote:
>> [{'key1':a , 'key2': b},{'key1':c , 'key2': d}]
>> a,b
>> c,d
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/django-users.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/90d2e6f3-ed06-40f3-a6cd-29e895504710%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CALr%3D9OUwqwh5oX1974DPRGuiPUWBVvWu7WX1gFSzidHWwt4RKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to