Hi everbody

i am trying to print the dictionary values and tuple in a same line as below

print "\t".join(dict[a].values())+'\t'+"\t".join(b)

Error I get is the  TypeError,
 since i have  misisng values in the dictionary. if i use exception i will
miss those
how should i print the data without missing the lines excluding the error
separated by tab.


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

Reply via email to