-
Write a Python program to get the largest number from a list.
-
Write a Python program to get the smallest number from a list.
-
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.
Sample List : ['abc', 'xyz', 'aba', '1221'] -
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.
Sample List : [(2, 5), (1, 2), (4, 4), (2, 3), (2, 1)] -
Write a Python program to find the list of words that are longer than n from a given list of words.
-
Write a Python function that takes two lists and returns True if they have at least one common member.
-
Write a Python program to print a specified list after removing the 0th, 4th and 5th elements.
Sample List : ['Red', 'Green', 'White', 'Black', 'Pink', 'Yellow'] -
Write a Python program to generate a 346 3D array whose each element is *.
-
Write a Python program to print the numbers of a specified list after removing even numbers from it.
-
Write a Python program to shuffle and print a specified list.
-
Notifications
You must be signed in to change notification settings - Fork 0
pise-anuradha/python-list-problems
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This repository is a collection of Python exercises focusing on lists.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published