摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#file'sname:inherit.pyclassSchoolMember:def__init_... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#file'sname:MethodAndVariable.pyclassPerson:"""Thi... 阅读全文
摘要:
一个python文件相当于一个模块,模块都有内置的属性信息,用 dir(模块名) 可以查看, __doc__ : 模块的docstring __file__ :模块文件在磁盘上的绝对路径 __name__ :模块的名称(独立运行时值是__main__,被import时值是模块的名称)Code hig... 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->defsayHello(name,age=25,pwd="****0404"):print"name... 阅读全文