Files
fzu-product/3.编程思维体系构建/3.6.4Python for fun.md
FallenYing f501a6b993 update
many, many chore
2023-07-28 09:30:17 +08:00

10 lines
396 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 for fun
值得一提的是Python 是面向对象的编程语言,与你之前书写的 C 语言(面向过程)有非常多的不同。
我们为什么要选择要使用 Python 来首先讲解面向对象这个概念?
究竟什么是面向对象?为什么面向对象?
这值得你在书写 Python 代码中思考并尝试将其思想融会贯通到编码风格中去。