Skip to content
SunShine Softwares
SunShine Birthday Celebration Offer
Call: +91-9928016573, 9887116583
Menu
Home
Professional Training
Android Training
ASP.Net Training
Web Designing Training
PHP Live Project Training
Asp.NET MVC Training
SEO Training
Digital Marketing Training
Industrial Training
B.Tech Industrial Training
B.Tech Summer Training
MCA Industrial Internship
Programming
C Training
C++ Training
JAVA Training
Python Training
Assignments
Python
Python Simple Questions
Python Conditions IF ELSE
Python For Loop
Python While Loop
Python List
Python Tuple
Python Dictionary
Python Date-Time
Python file handling
Python Functions
Python Modules
Python OOPs Concept
Python Set
Python SQL concept
Python String
Python threading
C Assignments
Simple Questions
File Handling
IF Else
Loop For
Loop While
Math Library Function
One Dimension Array
Pointers
String Library Function
Strings
Structure
Two Dimension Array
Union
User Defined Function
Interview Questions
C Interview Questions
Register
Contact Us
Python List
Python List
40 Questions
Python List
Ask question
Search
Order By
Clear Filter
1
Ans
wap showing the use of list functions
521 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
wap to remove duplicacy from the list
507 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
WAP to copy list
501 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Q. 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’] Expected Result : 2
521 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to check a list is empty or not.
481 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to compare two lists.
463 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python function that takes two lists and returns True if they have at least one common member.
553 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
wap that showing the use of list in different way
450 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to find the list of words that are longer than n from a given list of words.
481 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to print the numbers of a specified list after removing even numbers from it.
426 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to shuffle and print a specified list.
455 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to get the difference between the two lists.
478 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to generate all permutations of a list in Python
464 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
wap for counting functions
453 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to convert a list of characters into a string.
461 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to find the index of an item in a specified list.
518 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to append a list to the second list.
489 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to select an item randomly from a list.
449 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to get unique values from a list.
445 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to get the frequency of the elements in a list.
455 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to generate all sublists of a list.
472 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to find common items from two lists.
491 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to convert a list of multiple integers into a single integer.
460 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to find missing and additional values in two lists.
428 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to convert a pair of values into a sorted unique array.
532 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to print a nested lists (each list on a new line) using the print() function.
439 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
WAP to print color name and its code name
424 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to convert a string to a list.
505 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to check whether all items of a list is equal to a given string.
411 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to check whether the n-th element exists in a given list
471 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to print a list of space-separated elements.
458 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to insert a given string at the beginning of all items in a list
479 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to iterate over two lists simultaneously.
470 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to find all the values in a list are greater than a specified number.
464 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to extend a list without append.
413 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to remove duplicates from a list of lists.
489 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
WAP for Reversing a List in Python
411 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to convert a list into a tuple
458 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to remove an item from a tuple.
461 views
ShriRam
Changed status to publish
August 18, 2023
Python List
1
Ans
Write a Python program to compute the similarity between two lists.
411 views
ShriRam
Changed status to publish
August 21, 2023
Python List
Home
Professional Training
Android Training
ASP.Net Training
Web Designing Training
PHP Live Project Training
Asp.NET MVC Training
SEO Training
Digital Marketing Training
Industrial Training
B.Tech Industrial Training
B.Tech Summer Training
MCA Industrial Internship
Programming
C Training
C++ Training
JAVA Training
Python Training
Assignments
Python
Python Simple Questions
Python Conditions IF ELSE
Python For Loop
Python While Loop
Python List
Python Tuple
Python Dictionary
Python Date-Time
Python file handling
Python Functions
Python Modules
Python OOPs Concept
Python Set
Python SQL concept
Python String
Python threading
C Assignments
Simple Questions
File Handling
IF Else
Loop For
Loop While
Math Library Function
One Dimension Array
Pointers
String Library Function
Strings
Structure
Two Dimension Array
Union
User Defined Function
Interview Questions
C Interview Questions
Register
Contact Us