There are four collection data types in the Python programming language:
a)List is a collection which is ordered and changeable. It is created by placing all the items (elements) inside a square bracket [] separated by commas and allows duplicate members.
b)Tuple is a c...
See more
Download the Study24x7 App, so you can connect and collaborate.