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

7 lines
581 B
Markdown
Raw Permalink 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有了更进一步的了解但我们之前的代码基本都是顺序执行一写到底的。那么我们的程序就只有那么死板的一条路走到黑吗
当然不是的,通过本章节——流程控制的学习,你会对此有一个全新的认识,通过代码的编写,你可以为你的程序注入不一样的活力,让它们像个只能机器人一样,能够智能地判断应该走哪一条路,运行哪一些代码。
越来越好玩了,不是吗?