Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

day21

今日内容: 1、一个py文件有几种用途?

执行py文件与导入py文件的区别是什么?
画图:import模块

2、from...import...

画图解释

3、循环导入问题

4、搜索模块的路径与优先级

5、区分py文件的两种用途

6、编写一个规范的模块

7、包(****)

8、类型提示Type hinting(最低Python版本为3.5)