Python 関数を変数に代入 関数名 def double(n):return n * 2 #print(double(10)) twice = doubleprint(twice(20)) 投稿者: chosuke 趣味はゲームやアニメや漫画などです chosuke のすべての投稿を表示