Name
..
_10__Write a Python program to find the list of words that are longer than n from a given list of words.py
_11_ Write a Python function that takes two lists and returns True if they have at least one common member.py
_12__Write a Python program to print a specified list after removing the 0th, 4th and 5th elements.py
_13_Write a Python program to generate a 3*4*6 3D array whose each element is *.py
_14__Write a Python program to print the numbers of a specified list after removing even numbers from it.py
_15__Write a Python program to shuffle and print a specified list.py
_16__Write a 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
_17__Write a 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
_18__Write a Python program to generate all permutations of a list in Python.py
_19__ Write a Python program to get the difference between the two lists.py
_1__Write a Python program to sum all the items in a list.py
_20_Write a Python program access the index of a list..py
_21__Write a Python program to convert a list of characters into a string.py
_22__Write a Python program to find the index of an item in a specified list.py
_23__Write a Python program to flatten a shallow list.py
_24__Write a Python program to append a list to the second list.py
_25__Write a Python program to select an item randomly from a list.py
_26__Write a python program to check whether two lists are circularly identical.py
_27__Write a Python program to find the second smallest number in a list.py
_28__Write a Python program to find the second largest number in a list.py
_29__Write a Python program to get unique values from a list.py
_2__Write a Python program to multiplies all the items in a list.py
_30__Write a Python program to get the frequency of the elements in a list.py
_31__Write a Python program to count the number of elements in a list within a specified range.py
_32__Write a Python program to check whether a list contains a sublist.py
_33__Write a Python program to generate all sublists of a list.py
_34__Write a Python program using Sieve of Eratosthenes method for computing primes upto a specified number.py
_35__Write a Python program to create a list by concatenating a given list which range goes from 1 to n.py
_36__Write a Python program to get variable unique identification number or string.py
_37__Write a Python program to find common items from two lists.py
_38__Write a Python program to change the position of every n-th value with the (n+1)th in a list.py
_39__Write a Python program to convert a list of multiple integers into a single integer.py
_3__Write a Python program to get the largest number from a list.py
_40__Write a Python program to split a list based on first character of word.py
_41__Write a Python program to create multiple lists.py
_42__Write a Python program to find missing and additional values in two lists.py
_43__Write a Python program to split a list into different variables.py
_44__Write a Python program to generate groups of five consecutive numbers in a list.py
_45__Write a Python program to convert a pair of values into a sorted unique array.py
_46__Write a Python program to select the odd items of a list.py
_47__Write a Python program to insert an element before each element of a list.py
_48__Write a Python program to print a nested lists (each list on a new line) using the print() function.py
_49__Write a Python program to convert list to list of dictionaries.py
_4__Write a Python program to get the smallest number from a list.py
_50__Write a Python program to sort a list of nested dictionaries.py
_51__Write a Python program to split a list every Nth element
_52__Write a Python program to compute the similarity between two lists
_53__Write a Python program to create a list with infinite elements
_54__Write a Python program to concatenate elements of a list
_55__Write a Python program to remove key values pairs from a list of dictionaries.py
_56__Write a Python program to convert a string to a list.py
_57__Write a Python program to check if all items of a list is equal to a given string.py
_58__Write a Python program to replace the last element in a list with another list.py
_59__Write a Python program to check if the n-th element exists in a given list.py
_5__Write a 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
_61__Write a Python program to create a list of empty dictionaries.py
_62__Write a Python program to print a list of space-separated elements.py
_63__Write a Python program to insert a given string at the beginning of all items in a list.py
_64__Write a Python program to iterate over two lists simultaneously.py
_65__Write a Python program to access dictionary keys element by index.py
_66__Write a Python program to find the list in a list of lists whose sum of elements is the highest.py
_67__Write a Python program to find all the values in a list are greater than a specified number.py
_68__Write a Python program to extend a list without append.py
_69__Write a Python program to remove duplicates from a list of lists.py
_6__Write a 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
_70__Write a Python program to get the depth of a dictionary.py
_71__Write a Python program to check if all dictionaries in a list are empty or not..py
_7__Write a Python program to remove duplicates from a list.py
_8__Write a Python program to check a list is empty or not.py
_9__Write a Python program to clone or copy a list.py