diff --git a/source/chapter3/07_Patterns.md b/source/chapter3/07_Patterns.md index e69de29b..ff56af0d 100644 --- a/source/chapter3/07_Patterns.md +++ b/source/chapter3/07_Patterns.md @@ -0,0 +1,3 @@ +# 模式(Patterns) + +模式(pattern)代表了单个值或者复合值的结构。例如,元组`(1, 2)`的结构是逗号分隔的,包含两个元素的列表。 \ No newline at end of file