摘要: #匿名函数# sum = lambda x,y: x * y;# print(sum(10,30))#查看当前路径print(__file__)#使用as别名# import com.yootk.unit.math as test# print(test.get_info())#使用from-imp 阅读全文
posted @ 2022-01-04 14:51 晨起的太阳 阅读(122) 评论(0) 推荐(0) 编辑