Python3 引入模块的方法

例子

import random

产生随机整数

import random
secret = random.randint(0,10)

 

posted @ 2018-01-21 18:04  消灭猕猴桃  阅读(330)  评论(0编辑  收藏  举报