how can I get a value that is within two dictionary

0

I have the value objeto={canal_venta} but if I print canal_veta it throws me {u'TEXT': u'RED', u'VALUE': u'RED'} that is, how can I access the sales channel value?

I was trying this way, but it's wrong

print objeto["canal_venta"["VALUE"]]
    
asked by Jonathan Garcia 20.08.2018 в 15:09
source

0 answers