Posts by Adriano Fernandes • 21 points
1 post
-
1
votes3
answers73
viewsQ: Key-value dictionary
Suppose I have the following dictionary: dicionario = {'exemplo1':1, 'exemplo2':2, 'exemplo3':3} How do I add a key-value without changing the ones already added? In case I want it to stay that way:…