generated at
2/23/2025, 6:01:09 AM
Python関数定義
関数定義
py
def 関数名(引数・・・): 関数の処理を記述 return 戻り値