Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

one 1 element tuple python

#one element tuple
a_singleton_tuple = ("red",)    # note the comma
Source by www.codeproject.com #
 
PREVIOUS NEXT
Tagged: #element #tuple #python
ADD COMMENT
Topic
Name
5+2 =