Python : Collection data types

Published: 15 July 2018
on channel: Fly on the Wall
518
2

There are four collection data types in the Python programming language:

List is a collection which is ordered and changeable. Allows duplicate members.
Tuple is a collection which is ordered and unchangeable. Allows duplicate members.
Set is a collection which is unordered and unindexed. No duplicate members.
Dictionary is a collection which is unordered and changeable. No duplicate members.


Watch video Python : Collection data types online, duration hours minute second in high quality that is uploaded to the channel Fly on the Wall 15 July 2018. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 518 times and liked it 2 visitors.