I have a dictionary like this:
dicionario = {(0,0,0):['alguma informacao']}
How can I sort this dictionary from one of the key information?
For example:
dicionario = {(0,0,0):['alguma informacao'],(0,0,1):['alguma informacao'],(0,0,2):['a...
asked by
29.08.2017 / 14:48