摘要: 基于python3.8.2版本 一、语法 #!/usr/bin/env python3 # -*- coding: utf-8 -*- 'a test module' __author__ = 'authorName' def fn(x): return x*x r = map(fn, [1,2,3 阅读全文
posted @ 2020-07-09 10:23 lmh2072005 阅读(149) 评论(0) 推荐(0) 编辑