Wednesday, January 17, 2018

Sets in Python



  • Unique set of collections
  • Looks the same as dictionary with the curly braces { }. It does not have { ' ',' ' }
  • If  duplicates are discarded and not added to the collections

Example of sets
Ex 1

Ex 2

No comments:

Post a Comment