feat: 第三章全部

This commit is contained in:
camera-2018
2023-04-15 01:17:15 +08:00
parent 5929de5b21
commit cf44118f5c
83 changed files with 2834 additions and 0 deletions

View File

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