data = [1, 2, 3]. squared = map(lambda x: x**2, data). print(list(squared)) · words = "Toto I have a feeling we are not in Kansas anymore".split(). the_iterator ...
確定! 回上一頁