Python3 引入模块的方法

例子

import random

产生随机整数

import random
secret = random.randint(0,10)
原文地址:https://www.cnblogs.com/PythonFCG/p/8324949.html