1. 程式人生 > >函式的文件

函式的文件

文件註釋:'''三引號'''
函式文件必須在函式結構中的第一行出現
1. 文件的匯出:
        函式名.__doc__
2. help函式
        help(函式名)
        help可以自動列印文件(不用再次print)