1,pip 安装第三方库时报错  Could not install packages due to an OSError   执行如下  python -m ensurepip python -m pip install --upgrade pip

2,pyhton 的IDLE 编辑使用相对路径,  前面不能包含其他文件名格式:  ./目标文件名字 。 notepad++  关联python 只能用绝对路径。

3,statistics模块:是 Python内置模块提供了基本的数据统计操作。

4,mu = statistics.mean(result)  # 均值 。于求给定序列或者迭代器的算术平均数。