0% found this document useful (0 votes)
28 views

Lists - Assignments

Uploaded by

krishprem pspk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Lists - Assignments

Uploaded by

krishprem pspk
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Lists

1) Python program to interchange first and last elements in a list


2) Python program to swap two elements in a list
3) Python program to find ways to get the length of list
4) Python program to check if element exists in list in different ways.
5) Different ways to clear a list in Python
6) Python program to Reversing a List
7) Python program to Cloning or Copying a list without using inbuilt function.
8) Python program to Count occurrences of an element in a list
9) Python Program to find sum and average of List in Python
10) Python program to Sum of number digits in List
11) Python program to Multiply all numbers in the list
12) Python program to find smallest number in a list
13) Python program to find largest number in a list
14) Python program to find second largest number in a list
15) Python program to print even numbers in a list
16) Python program to print odd numbers in a List
17) Python program to print all even numbers in a range
18) Python program to print all odd numbers in a range
19) Python program to count Even and Odd numbers in a List
20) Python program to print positive numbers in a list
21) Python program to print negative numbers in a list
22) Python program to print all positive numbers in a range
23) Python program to print all negative numbers in a range
24) Python program to count positive and negative numbers in a list
25) program to Remove multiple elements from a list in Python
26) Python program to Remove empty tuples from a list
27) Python program to print duplicates from a list of integers

You might also like