Computer Science, asked by panduteja787, 1 year ago

Lsit of dict add one more key which is same in python

Answers

Answered by GOPINTR
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