Computer Science

State whether the following statement is True or False :

The del statement can only delete list slices and not single elements from a list.

Python List Manipulation

1 Like

Answer

False

Answered By

2 Likes


Related Questions