python change type of list code example Example: python change type of elements in list list(map(int, ['1','2','3'])) # => [1,2,3]