programming-examples/python/List
2019-11-15 12:59:38 +01:00
..
Python function that takes two lists and returns True if they have at least one common member.py Initial commit 2019-11-15 12:59:38 +01:00
Python program access the index of a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to append a list to the second list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to check whether a list contains a sublist.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to check whether two lists are circularly identical.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to count the number of elements in a list within a specified range.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to count the number of strings where the string length is 2 or more and the first and last character are same from a given list of strings.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to find the list of words that are longer than n from a given list of words.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to find the second largest number in a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to find the second smallest number in a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to flatten a shallow list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to generate all sublists of a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to generate and print a list except for the first 5 elements, where the values are square of numbers between 1 and 30 (both included).py Initial commit 2019-11-15 12:59:38 +01:00
Python program to generate and print a list of first and last 5 elements where the values are square of numbers between 1 and 30 (both included).py Initial commit 2019-11-15 12:59:38 +01:00
Python program to get a list, sorted in increasing order by the last element in each tuple from a given list of non-empty tuples.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to get the frequency of the elements in a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to get the largest number from a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to get the smallest number from a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to get unique values from a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to multiplies all the items in a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to print a specified list after removing the 0th, 2nd, 4th and 5th elements.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to remove duplicates from a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to shuffle and print a specified list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program to sum all the items in a list.py Initial commit 2019-11-15 12:59:38 +01:00
Python program using Sieve of Eratosthenes method for computing primes upto a specified number.py Initial commit 2019-11-15 12:59:38 +01:00