Python Data Types [Day 14 Task]
90DaysOf DevopsChallenge #devops/
Python Data Types:
Difference between List, Tuple and Set
1. A list is an ordered collection of similar or different types of items separated by commas and enclosed within brackets [ ].
The Set is an unordered ...
tanaya.hashnode.dev2 min read