Please select a subject first
Advertisements
Advertisements
The keys in Python, the dictionary is specified by ______
Concept: undefined >> undefined
What is a List in Python?
Concept: undefined >> undefined
Advertisements
How will you access the list elements in reverse order?
Concept: undefined >> undefined
What will be the value of x in following python code?
List1 = [2,4,6[1,3,5]]
x = len(List1)
Concept: undefined >> undefined
Differentiate del with remove( ) function of List.
Concept: undefined >> undefined
Write a short note about sort( ).
Concept: undefined >> undefined
What will be the output of the following code?
list = [2**x for x in range(5)]
print(list)
Concept: undefined >> undefined
Explain the difference between del and clear( ) in the dictionary with an example.
Concept: undefined >> undefined
What is the difference between List and Dictionary?
Concept: undefined >> undefined
What the different ways to insert an element in a list. Explain with a suitable example.
Concept: undefined >> undefined
What is the purpose of range( )? Explain with an example.
Concept: undefined >> undefined
Which of the following are the key features of an Object-Oriented Programming language?
Concept: undefined >> undefined
Which of the following are the key features of an Object-Oriented Programming language?
Concept: undefined >> undefined
Functions defined inside a class: ______
Concept: undefined >> undefined
Which of the following class declaration is correct?
Concept: undefined >> undefined
The process of creating an object is called as: ______
Concept: undefined >> undefined
What is the class?
Concept: undefined >> undefined
What is instantiation?
Concept: undefined >> undefined
Write a menu-driven program to add or delete stationery items. You should use a dictionary to store items and the brand.
Concept: undefined >> undefined
Which commands provide definitions for creating table structure, deleting relations, and modifying relation schemas.
Concept: undefined >> undefined
