---

Python Lists And Tuples

Python Lists and Tuples are collections of elements that are ordered and indexed. They are very similar to an array. However, there is one stark difference between the two. Lists can be modified, new elements can be added and existing elements can be removed.

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis