数学
math.factorial() # 阶乘 math.cos() sin() log()
statistics 模块计算数值数据的基本统计属性(均值,中位数,方差等)
数值计算
random.sample() # 随机采样 random.randrange() # 序列单采样整数 random.random() # random float