Advertisements
Advertisements
प्रश्न
The keys in Python, the dictionary is specified by ______
पर्याय
=
;
+
:
MCQ
रिकाम्या जागा भरा
Advertisements
उत्तर
The keys in Python, the dictionary is specified by :
shaalaa.com
Introduction to List
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Pick odd one in connection with collection data type?
Let list1 = [2,4,6,8,10], then print(List1[-2]) will result in ______
Which of the following statement is not correct?
Which of the following set operation includes all the elements that are in two sets but not the ones that are common to two sets?
What is a List in Python?
Write a short note about sort( ).
What will be the output of the following code?
list = [2**x for x in range(5)]
print(list)
Explain the difference between del and clear( ) in the dictionary with an example.
What is the difference between List and Dictionary?
What is the purpose of range( )? Explain with an example.
