Skip to content

Commit

Permalink
From wangpeiran 16 selfteaching#709
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaolai authored May 3, 2019
1 parent 43c24b5 commit a0df576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/Part.2.D.6-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## 模块

我们可以将以下内容保存到一个名为 `mycode.py` 的文件中 —— 这样可以被外部调用的 `.py` 文件,有个专门的称呼,**模块**(Module)—— 于是,其实任何一个 `.py` 文件都可以被称为*模块*
我们可以将以下内容保存到一个名为 `mycode.py` 的文件中 —— 这样可以被外部调用的 `.py` 文件,有个专门的称呼,**模块**(Module)—— 于是,它(任何一个 `.py` 文件)也可以被称为*模块*

```python
# %load mycode.py
Expand Down

0 comments on commit a0df576

Please sign in to comment.