I just released the alpha version of my new book; Practical Python Projects. ... items = [1, 2, 3, 4, 5] squared = list(map(lambda x: x**2, items)).
確定! 回上一頁