请以十进制数提供解决方案 由 圈圈那叉叉发布于 2020-05-18 06:14:00 请把结果转换成十进制数 from scipy import stats avg = 10/86400 p = stats.poisson.pmf(15,avg) print(p)