python中的模块

什么是模块,模块应该如何使用,见连接:http://www.cnblogs.com/dolphin0520/archive/2013/03/19/2969152.html

from math import *是一次性引入math中所有的东西。

后续学到模块的新东西再继续添加

文章目录