List¶
How To: Basic::List
Sum all the items
Multiplies all the items
Get the largest number
Get the smallest number
Count the number of strings where the string length is 2 or more
Get a list, sorted by the last element in each tuple
Remove duplicates
Check a list is empty or not
Clone or copy a list
Find the list of words that are longer than N
Take two lists and returns True if they have common member
Print a specified list after removing Nth elements
Generate a 3*4*6 3D array whose each element is ‘*’
Print the numbers after removing even numbers
Shuffle and print a specified list
Generate a list of first and last 5 elements
Generate a list except for the first 5 elements
Generate all permutations of a list
Get the difference between the two lists
Access the index of a list
Convert a list of characters into a string
Find the index of an item
Flatten a shallow list
Append a list to the second list
Select an item randomly
Check whether two lists are circularly identical
Find the second smallest number in a list
Find the second largest number
Get unique values from a list
Get the frequency of the elements
Count the number of elements within a range
Check whether a list contains a sublist
Generate all sublists of a list
Compute primes using sieve of eratosthenes method
Create a list by concatenating a given list which range
Get variable unique identification number or string
Find common items from two lists
Change the position of every N-th value with the (N+1)-th
Convert a list of multiple integers
Split a list based on first character of word
Create multiple lists
Find missing and additional values in two lists
Split a list into different variables
Generate groups of five consecutive numbers
Convert a pair of values into a sorted unique array
Select the odd items of a list
Insert an element before each element of a list
Print a nested lists (each list on a new line)
Convert list to list of dictionaries
Sort a list of nested dictionaries
Split a list every Nth element
Compute the similarity between two lists
Create a list with infinite elements
Concatenate elements of a list
Remove key values pair from a list of dictionaries
Convert a pre-formatted string to a list
Check if all items of a list is equal to string
Replace the last element in a list with another list
Check if the N-th element exists
Find a tuple with smallest second index
Create a list of empty dictionaries
Print a list of space-separated elements
Insert a given string at the beginning of all items
Iterate over two lists simultaneously
Access dictionary keys element by index
Find the list in LOL with highest sum of elements
Find if list has value(s) greater than N
Extend a list without append
Remove duplicates from a list of lists
Check if all dictionaries in a list are empty
Create a histogram from a given list of integers
Concatenate all list elements into a string
Calculate the sum over a container
Test whether all list numbers is greater then N
Remove the first item from a specified list
Filter the positive numbers from a list
Compute the product of a list of integers
Create a bytearray from a List
Display colors from list