Day 14 Task: Python Data Types and Data Structures for DevOps
Tasks
Give the Difference between List, Tuple and set.
List:
List is an ordered collection of elements.
Lists are mutable, which means you can change, add, or remove elements after creation.
Elements in a list are enclosed in square brackets [ ]....
nileshsahare07.hashnode.dev2 min read