Python Lab Assignment
Chapter-7
List Manipulation in Python
- wap to find sum of element of the list
- wap to count total number of odd and even numbers in the list.
- wap to find sum of even and product of odd number in list.
- wap to search a number in the list.
- wap to find frequency of a given number.
- Wap to find max number of the list.
- wap to reverse the list itself.
- wap to insert a number at given index in list.
- wap to remove a given number from the list.
- wap to find second largest number in a list
- wap to print even numbers in a list