Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

convert list to tuple python

the_list = [1, 'a', 2.7]
the_tuple = tuple(the_list)
Source by favtutor.com #
 
PREVIOUS NEXT
Tagged: #convert #list #tuple #python
ADD COMMENT
Topic
Name
9+7 =