my dictionary looks like this
pri={2000:{0.23 3:0,0.444:0}}
i want to store it in below given format
2000 0.233 0.444
how to do that?? thanks in advance
pri={2000:{0.23 3:0,0.444:0}}
i want to store it in below given format
2000 0.233 0.444
how to do that?? thanks in advance
Comment