我们定义了一个整形List,并且通过Map 对list 的每一项调用square 函数来执行计算. #!/usr/bin/env python # coding: utf-8 def square(x): return x ...
確定! 回上一頁