質問編集履歴
1
文法の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,8 +34,8 @@
|
|
34
34
|
|
35
35
|
```output
|
36
36
|
|
37
|
-
[list(['1','2',...' '])
|
37
|
+
[list(['1','2',...,' '])
|
38
38
|
|
39
|
-
list(['3','4',...' '])
|
39
|
+
list(['3','4',...,' '])]
|
40
40
|
|
41
41
|
```
|