You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 5 years ago
..
Python function that takes two lists and returns True if they have at least one common member.py Initial commit 5 years ago
Python program access the index of a list.py Initial commit 5 years ago
Python program to append a list to the second list.py Initial commit 5 years ago
Python program to check whether a list contains a sublist.py Initial commit 5 years ago
Python program to check whether two lists are circularly identical.py Initial commit 5 years ago
Python program to count the number of elements in a list within a specified range.py Initial commit 5 years ago
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 5 years ago
Python program to find the list of words that are longer than n from a given list of words.py Initial commit 5 years ago
Python program to find the second largest number in a list.py Initial commit 5 years ago
Python program to find the second smallest number in a list.py Initial commit 5 years ago
Python program to flatten a shallow list.py Initial commit 5 years ago
Python program to generate all sublists of a list.py Initial commit 5 years ago
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 5 years ago
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 5 years ago
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 5 years ago
Python program to get the frequency of the elements in a list.py Initial commit 5 years ago
Python program to get the largest number from a list.py Initial commit 5 years ago
Python program to get the smallest number from a list.py Initial commit 5 years ago
Python program to get unique values from a list.py Initial commit 5 years ago
Python program to multiplies all the items in a list.py Initial commit 5 years ago
Python program to print a specified list after removing the 0th, 2nd, 4th and 5th elements.py Initial commit 5 years ago
Python program to remove duplicates from a list.py Initial commit 5 years ago
Python program to shuffle and print a specified list.py Initial commit 5 years ago
Python program to sum all the items in a list.py Initial commit 5 years ago
Python program using Sieve of Eratosthenes method for computing primes upto a specified number.py Initial commit 5 years ago