Then we'll use the Python Map Function to transform the list of strings to a list of integers: result = map(int,list_of_strings) ...
確定! 回上一頁