Difference between append, extend and insert functions in Python
Python has various inbuilt functions which are helpful in day-to-day use case. In this article we will be focusing mainly on three functions namely 'append', 'extend' and 'insert' and how they are different from each other. These functions are mainly...
raisid369.hashnode.dev2 min read