12CS-09-BB-LISTS, TUPLES, SETS AND DICTIONARY
12CS-09-BB-LISTS, TUPLES, SETS AND DICTIONARY
Sign in to Google to save your progress. Learn more
NAME : *
EXAM NO. : *
Pick odd one in connection with collection data type *
1 point
Let List1=[2,4,6,8,10], then print(List1[-2]) will result in *
1 point
Which of the following function is used to count the number of elements in a list? *
1 point
If List=[10,20,30,40,50] then List[2]=35 will result *
1 point
If List=[17,23,41,10] then List.append(32) will result *
1 point
Which of the following Python function can be used to add more than one element within an existing list? *
1 point
What will be the result of the following Python code? *
1 point
What is the use of type() function in python? *
1 point
Which of the following statement is not correct? *
1 point
Let setA={3,6,9}, setB={1,3,9}. What will be the result of the following snippet?    print( setA | setB ) *
1 point
Which of the following set operation includes all the elements that are in two sets but not the one that are common to two sets? *
1 point
The keys in Python, dictionary is specified by *
1 point
Submit
Clear form
Never submit passwords through Google Forms.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy