Skip to main content

Posts

Showing posts from June, 2024

Test your Python logic! Python most important question List

 Python most asked question during interview: These are question list of python if you solve then comment this code on below comment section. 1) Write a program to count total even elements and odd elements in list? 2) Write a program to write five differences between list and tuple? 3) Write a program to write 10 predefine function name of dictionary and explain shortly with example. 4) Write a program to find lowest age in four person age? 5)Write a program to contain score of Australia,india,bangladesh,southafrica and afganistan and display max score team. 6)Write a program to display this pattern *******  ****** *****   ****   ***    **     * 7)Write a program to find most repeated word in paragraph? 8) Write a program to display total combination of any word. naman amann manan annma 9)Write a program to find only consecutive word  in paragraph? 10)Write a program to find first max and second max element in matrix for each row? 11)Wr...