Python Data Types and Data Structures for DevOps
TASKS:
Difference between List, Tuple and set
LISTSETTUPLE
MutableMutableNon-Mutable
It is an Ordered collection of itemsIt is an Unordered collection of itemsIt is an Ordered collection of items
Items can be replaced or changedItems cann...
keepingitsimple.com2 min read