Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

python change type of elements in list

list(map(int, ['1','2','3'])) # => [1,2,3]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #change #type #elements #list
ADD COMMENT
Topic
Name
4+1 =