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 aundefined

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!