Skip to content

Commit efe3143

Browse files
committed
Updates README.md
Auto commit by GitBook Editor
1 parent 2c2a803 commit efe3143

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# My Awesome Book
1+
# My Python note
22

33
This file file serves as your book's preface, a great place to describe your book's content and ideas.
4+

SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Summary
22

33
* [First Chapter](chapter1.md)
4+
5+
6+

chapter1.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
# First Chapter
1+
# Python note
2+
3+
# H5群集資料型態
4+
5+
H4 len\( \) 以一個int物件傳回資料項的長度
6+
7+
>>>len\(\(“one”,\)\)
8+
9+
1
10+
11+
>>> len\(“one”\)
12+
13+
3
14+
15+
>>> len\("automatically”\)
16+
17+
13
218

3-
GitBook allows you to organize your book into chapters, each chapter is stored in a separate file like this one.

0 commit comments

Comments
 (0)