任意の数字のリストから合計を算出する関数を作りたいのですが、どうやってもエラーが出てしまいうまくいきません。どうすれば良いのでしょうか…
Python
1def num_list(): 2 return sum(num_list) 3sum_list([1,2,3,4,5,6])
Python
1TypeError Traceback (most recent call last) 2<ipython-input-46-eab3e845ab18> in <module> 3 1 def num_list(): 4 2 return sum(num_list) 5----> 3 sum_list([1,2,3,4,5,6]) 6 7TypeError: sum_list() takes 0 positional arguments but 1 was given
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/11/18 22:08