質問編集履歴
1
エラー内容に誤字があったので修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
File "Main.py", line 7, in <module>
|
44
44
|
|
45
|
-
N_list[i
|
45
|
+
N_list[i] = [int(i) for i in input().split()]
|
46
46
|
|
47
47
|
IndexError: list assignment index out of range
|
48
48
|
|