Hi...

i have the test dict/list
 a= {"a": 'a1',"b" : "b1"}
 b= [{"a": 'a1',"b" : "b1"}]

i'm trying to figure out how to programtically tell them apart...

ie, which is a dict, and which is a list...

is there a way to accomplish this..

thanks

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

Reply via email to