[Python] 使用方法時候能有註解

Google 搜尋 python 註解

請在def方法底下

def xxx()
 """
 這是做什麼用的
 參數1:
 參數2:
 """

如果是在底下使用 #

這樣其他人調用方法是不會看到註解說明的