Question: python a. Create a dictionary with the following items: {a:120, b: 1200,c: 80,d: 70, e:50,f: 40, g: 120, h:50,i: 90, j: 85} b. Display in

python
a. Create a dictionary with the following items: {"a":120, "b": 1200,"c": 80,"d": 70, "e":50,"f": 40, "g": 120, "h":50,"i": 90, "j": 85} b. Display in a tabular format all the keys only c. Display all the values divided by 10. d. Count all values that are more than 100. e. Display all keys which values are 50. g. Display in a tabular format all the values multiplied to 100 and put percent symbol at the end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
