0
Please guys how do i iterate through a dictionary and find it's sum of the key values
example main = {'a': 2, 'b': 12} please using for loop is there anyway i can iterate through this dictionary and find the sum of its values, while multiplying them by 3?
3 ответов
+ 1
Hope this helps
https://code.sololearn.com/cMBJmk8e8VAN/?ref=app
+ 1
wow... Thanks so much now i can finish my project...
0
Primidac No problem👍🏼