Question: undefined 2. Filename: assign2-6.py Create a dictionary with integer values. Write a Python program to multiply all the values in a dictionary and print out
undefined
2. Filename: assign2-6.py Create a dictionary with integer values. Write a Python program to multiply all the values in a dictionary and print out the result. sampleDict = { "51":100, "$2":2, "3":25, "54":9} H:\>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module2\assign2-6.py The value multiplication result: 45000 sampleDict = { "s1":5, "52":3, "33":4} H:>python C:\Users aslsabbaghpourhokma\Documents\IT2431\Module2\assign2-6.py The value multiplication result: 60
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
