Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to identify set list and tuple in python

#you can define list by seeing [] This braces
#you can define tuple by seeing () This braces
#you can define set by seeing {} This braces
 
PREVIOUS NEXT
Tagged: #identify #set #list #tuple #python
ADD COMMENT
Topic
Name
6+2 =