Python lists and it's essential functions
Mar 13, 2021 · 4 min read · A list in Python is used to store the sequence of various types of data. Python lists are mutable type, it means that we can modify it's element after it is created. Essential List Functions: 1. append( elmnt ) It adds an element at the end of the ...
Join discussion



