Difference between list, tuple and set in python
List:- Lists are just like dynamic-sized arrays, declared in other languages (vector in C++ and ArrayList in Java). Lists need not be homogeneous always which makes it the most powerful tool in Python.
The main characteristics of lists are –:
i)The...
adityakadam.hashnode.dev2 min read