extending dictonary
nospam
"knutjbj(nospam)" at online.no
Sat Nov 21 03:25:38 EST 2009
Is there any way to extend the dictonary in such manner that I can
insert muliplay value to each keys and return one of the value as the
default value. I would like to have similar syste that I drawed out below.
tree[nucelotide_postionc][nucleotide]=default(value subtree) This should
be returned when doing lookup without any
tree[nucelotide_postionc][nucleotide]=Postive value
tree[nucelotide_postionc][nucleotide]=Negative value
More information about the Python-list
mailing list