Advertisements
Advertisements
प्रश्न
Pick odd one in connection with collection data type?
पर्याय
List
Tuple
Dictionary
Loop
MCQ
Advertisements
उत्तर
Loop
shaalaa.com
Introduction to List
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which of the following function is used to count the number of elements in a list?
If List = [17,23,41,10] then List.append(32) will result ______
What is a List in Python?
How will you access the list elements in reverse order?
What will be the value of x in following python code?
List1 = [2,4,6[1,3,5]]
x = len(List1)
Differentiate del with remove( ) function of List.
Write a short note about sort( ).
Explain the difference between del and clear( ) in the dictionary with an example.
What the different ways to insert an element in a list. Explain with a suitable example.
What is the purpose of range( )? Explain with an example.
