网站介绍:文章浏览阅读1.2k次。1 ,python 高级函数,map :对应项计算代码 :if __name__ == '__main__': def cheng(a): return a*a li = [1,2,3,4] res = map(cheng,li) print(li) print(list(res))结果 :[1, 2, 3, 4][1, 4, 9, 16]2 ,ord 函数 : 字符串 =》 编码ord 的作用 :得到字符串的 ascii_map(ord, item)
- 链接地址:https://loveing.blog.csdn.net/article/details/107225602
- 链接标题:18 ,python 函数 : map ,ord_map(ord, item)-CSDN博客
- 所属网站:loveing.blog.csdn.net
- 被收藏次数:8280
- 网站标签:map(ord item)