📄️ Sum of list
WAP to find the sum of elements in a list (user input)
📄️ Linear Search
WAP to find an element in a list (user input)
📄️ String Sum and Average
WAP to input string of numbers separated by spaces and print avg and sum
📄️ Cricket Dictionary
WAP to create dictionary to store cricket player names and their scores. The program should be able to retrieve the runs by entering player name.
📄️ Multiple Inheritance
WAP to implement multiple inheritance with two base classes
📄️ Single Inheritance
WAP to implement single inheritance
📄️ Method Overloading
WAP to show method overloading in python with sum
📄️ Method Overriding
WAP to show method overriding in python