Skip to content

Commit 8eeb444

Browse files
committed
黄哥所写python文章
1 parent 51d96f7 commit 8eeb444

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pythonmethodchaining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python 方法链 method chaining
22

3-
## 写这篇文章来由,有朋友说这样的代码看不懂
3+
## 写这篇文章来由,有朋友说下面这样的代码看不懂
44
choice = raw_input("please input:\n").strip()[0].lower()
55
很多对于有经验的程序员来说,这些都不是事,
66
但对于初学者来说,看到这样的语法头有点大。

0 commit comments

Comments
 (0)