Python – What Extend method can do ???

You might have used extend method in Lists where it can be used to add multiple elements to a list object. But what else it can be do is the topic of our discussion here.To add multiple elements to a list using extend method is technically not a right way of understanding the method functionality. … Continue reading Python – What Extend method can do ???