If I have two dicts in python
d1={1:2,3:4} d2={5:6,7:9}
How can I combine that to make
d2 = {{1:2,3:4}, {5:6,7:9}}
Aucun commentaire:
Enregistrer un commentaire