I have a dictionary that has many values per key. How do I print a specific value from that key?
for example, my key is "CHMI" but it has 14 values associated with it. How do I print only CHMI: 48680
value?
CHMI: ['CHMI', '16', '16.09', '15.92', '16.01', '0.02', '0.13', '48680', '17.26', '12.6', '1.96', '12.24', '14.04', '23.15']