The following example uses Python map() on a list of integers. python_map.py. #!/usr/bin/python3 def square(x): return x * x nums = [1, 2, 3, ...
確定! 回上一頁