Lsit of dict add one more key which is same in python
Answers
Answered by
0
I want to add multiple values to a specific key. How can I do that? a = {} a["abc"] = 1 a["abc"] = 2
Similar questions