Python Data Types and Data Structures for DevOps
Difference between Lists, Tuples and Sets:
Lists:
Lists are mutable, which means their elements can be modified.
Elements in a list are ordered and can be accessed using indices.
Lists allow duplicate elements.
Lists are created using square br...
prabirmahatha.hashnode.dev3 min read