Advertisement



< Prev
Next >



Python - Set





In our previous Python article, we have explained a collection data types like tuple and list. Moving on in this tutorial, we are going to explain another collection data type provided by Python - set.

Unlike the tuple and list data type, the set data type is an unordered sequence of items i.e. the order in which items of a set are declared in a set is not the order in which they are stored because the objects are stored on the basis of their hash value, which is calculated internally.




Please Subscribe

Please subscribe to our social media channels for daily updates.


Decodejava Facebook Page  DecodeJava Twitter Page Decodejava Google+ Page




Advertisement



Notifications



Please check our latest addition

C#, PYTHON and DJANGO


Advertisement