4

The del Statement in Python

http://www.itechtalk.com

The remove method removes a specific item from a list, if that item is in the list. Some situations might require that you remove an element from a specific index, regardless of the item that is stored at that index. This can be accomplished with the del statement. Here is an example of how to use the del statement:

Read »
priti's picture
Created by priti 9 weeks 1 day ago – Made popular 9 weeks 1 day ago
Category: Technology   Tags: