Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python set

my_set = set() # Use this to declare an empty set in python
my_set = {"apple", "orange"} # Use this to declare a set in python
Source by codefreelance.net #
 
PREVIOUS NEXT
Tagged: #python #set
ADD COMMENT
Topic
Name
4+3 =