python-demo/basic_function/匿名函数.py

11 lines
196 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
@File : 匿名函数.py
@Author : lichao
@Date : 2024/12/11 21:11
@Software : PyCharm
"""
# 一个匿名函数的使用场景