Hi,

I have two dicts

n={'a', 'm', 'p'}
v={1,3,7}

and I'd like to have

a=1
m=3
p=7

that is, creating some variables.

How can I do this?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to