认识模块
对于模块,在前面的一些举例中,已经涉及到了,比如曾经有过:import random (获取随机数模块)。为了能够对模块有一个清晰的了解,首先要看看什么模块,这里选取官方文档中对它的定义:
复制代码 代码如下:
A module is a file containing Python definitions and statements. The file name is the module name with the suffix .py appended. Within a mo