Forum: Python
Mar 25th, 2008, 8:37 AM
|
|
Replies: 4
Views: 195
A sort question
Hi all,
I have a sort questions. I can't really find an easy way to do this, so any advice is appreciated. Basically, I have a few dictionaries as such:
{a:[7,8,9]}
{b:[4,5,6,]}
{c:[1,2,3]}
|