+ 1
I dont quite remember... Can you add more than one value to a key in a dictionary, or should you just use lists?
Yeah ^^^
2 Respuestas
+ 6
You can pass a value for your key that is a list with a lots of elements.
Edit: Here an example
https://code.sololearn.com/czPmts1b73i0/?ref=app
+ 2
Anya ok, thanks for the reminder.