Skip to content

Computer and Internet

Learning computer programming language and technology tricks

  • Home
  • c
  • c++
  • c#
  • python
  • html
  • php
  • javascript
  • java
  • DBMS
  • Contactus

Creating a set in Python

sets in python

March 5, 2019 by Vikram Singh

Sets in Python-: A set in Python is an unordered collection of objects used when membership and uniqueness in the set are main things we need to know about that object. Like dictionary keys  the items in a set must be immutable and hash-able. This means that  floats, strings, and tuples can be members of a … Read more

Categories python Tags Creating a set in Python, Frozensets in python, Set operations in python, sets in python Leave a comment

    © 2023 Computer and Internet • Developed By Netnic