2025-04-20 23:22:14 +08:00

9 lines
505 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 五、自定义函数
恭喜你又上了一个台阶如今我们可以自如地使用python的各种类型也可以使用流程控制让我们的代码更加智能了接下来我们需要学习什么呢
大家还记得我们之前的课程中一直在使用的python内置的一些函数、方法吗它们是怎么来的呢它们够用了吗我们可不可以自己定义自己的函数、方法实现我们自定义的需求
本章节将带你拉开全新的大门。