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}
Home/Programming Language/Page 15
SIKSHAPATH Latest Questions
WAP in Python to print * ** *** **** *****
Minni
Asked: March 24, 2022In: Python
WAP to add all the numbers between 1 to 50 that are divisible by 2,3 and 5 in python.
Pavanagg
Asked: March 22, 2022In: Java
Which of the following is NOT a class of java.awt package? a. Button b. Component c. Dialog d. Paint
Pavanagg
Asked: March 22, 2022In: Python
What is the correct initialisation of tuples? a. Dates = [12,23,3,4] b. Dates = (12,23,3,4) c. Dates = {12,23,3,4} d. Both B and C
Create a class memory that contains student details.