Frost00
2012-04-08 06:56:46 UTC
nameofdict[key] e.g. myDict['Blue']
However, this prints out the value in braces:
['Sky']
My question is then, how do I print out the value without the braces and quotes? N.B The value may also be more than one item, e.g. ['Sky', 811]