Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Article/PythonBasis/python9/1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

**在 Python 中,一个 .py 文件就称之为一个模块(Module)。**

可以看下我之前写的例子,在 pychrome 上 ,这样一个 test.py 文件就是一个模块。
可以看下我之前写的例子,在 pycharm 上 ,这样一个 test.py 文件就是一个模块。

![](http://twowaterimage.oss-cn-beijing.aliyuncs.com/2019-10-14-070013.png)

Expand Down