跳到主文
部落格全站分類:數位生活
def square(x): '計算X的平方' return x*x
之後就可以下
>>>square.__doc__ 計算X的平方
Renovatio的部落格
Renovatio 發表在 痞客邦 留言(0) 人氣()