Computer Science
State whether the following statement is True or False :
The insert( ) can add an element in the middle of a list.
Related Questions
State whether the following statement is True or False :
The extend( ) adds a single element to a list.
State whether the following statement is True or False :
The append( ) can add an element in the middle of a list.
State whether the following statement is True or False :
The del statement can only delete list slices and not single elements from a list.
State whether the following statement is True or False :
The del statement can work similar to the pop( ) function.