sync: 微信读书笔记 2026-06-15 23:00

This commit is contained in:
fxy
2026-06-15 23:00:02 +08:00
parent c9c0d02574
commit ebd22916a4
104 changed files with 206 additions and 254 deletions

View File

@ -1,7 +1,7 @@
# Python编程从入门到实践第2版
> 作者:埃里克·马瑟斯
> 同步时间2026-06-15 22:57
> 同步时间2026-06-15 22:59
---
## 划线笔记
@ -84,9 +84,6 @@
> 变量后面的.title()叫做方法。
> [2025-05-02 11:53]
###
> 这次Python不会引发任何错误因为给元组变量重新赋值是合法的
>
> 这次不是改元组中的元素,而是给元组整体重新赋值,这是合法的。