Q1. How can we identify which book is written by which author? a. By matching handwriting.b. By analyzing word length with previous books.c. By analyzing the number of pages in a book.d. By analyzing the book’s preface. Q2. How can a list ...
SIKSHAPATH Latest Questions
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} Write a Python program to find the highest 3 values of corresponding keys in a ...
On the basis of List learning write and give the output of the followings programs Write a Python program to get a list of 11 heterogeneous type elements, sort it in increasing order, apply repetitive operator on 1st 3 elements, calculate ...
Write a Python program to find the highest 3 values of corresponding keys in a dictionary.
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}
WAP in Python to print * ** *** **** *****