Write a Python program to find the highest 3 values of corresponding keys in a dictionary.
Home/Programming Language/Page 13
SIKSHAPATH Latest Questions
Minni
Asked: April 2, 2022In: Python
Write a Python program to combine two dictionary adding values for common keys. d1 = {‘a’: 100, ‘b’: 200, ‘c’:300},d2 = {‘a’: 300, ‘b’: 200, ‘d’:400}
type(9) will return? a. float b. int c. str d. class
Kumar
Asked: April 1, 2022In: Python
Pavanagg
Asked: March 29, 2022In: Java
Which package provides many methods for graphics programming? a. java.awt b. java.Applet c. java.Graphics d. java.io
Pavanagg
Asked: March 29, 2022In: Java
Which of the following is/are interface(s) in javax.swing package? a. MenuElement b. BoxLayout c. JComponent d. Scrollable