Day 14 Task: Python Data Types and Data Structures for DevOps
Task 1: Give the Difference between List, Tuple, and set with an example. A list is a collection of heterogeneous element which is mutable. It is defined using [ ] bracket. If you need a collection with duplicates and want the ability to modify it, u...
Dec 20, 20231 min read27
