explain the difference between pop and del function of python
Answers
Answered by
3
Explanation:
In python del is a keyword and remove(), pop() are in-built methods. The purpose of these three are same but the behavior is different remove() method delete values or object from the list using value and del and pop() deletes values or object from the list using an index.
Answered by
9
Answer:
In python del is a keyword and remove(), pop() are in-built methods. The purpose of these three are same but the behavior is different remove() method delete values or object from the list using value and del and pop() deletes values or object from the list using an index
Similar questions
Math,
1 month ago
Math,
3 months ago
Chemistry,
3 months ago
History,
9 months ago
India Languages,
9 months ago