def make_a_sound(): # 呼叫make_a_sound()函式時,Python 會執行它的定義裡面的程式 print('quack') # 印出一個字,並返回主程式 >>> make_a_sound() quack ...
確定! 回上一頁