The code below defines a list, and then uses map() to create a second list which is just the doubles of each value from the first list. values = [1, 2, 3] ...
確定! 回上一頁