模块

__file__当前文件路径

__doc__显示当前模块注释

函数编程:默认参数必须放在最后面

 with as  会根据缩进自动关闭打开的文件

内置函数:

dir()

vars()

help()

type()

原文地址:https://www.cnblogs.com/laogui/p/5454675.html