回答編集履歴
1
簡潔な表現
answer
CHANGED
@@ -13,7 +13,7 @@
|
|
13
13
|
|
14
14
|
**拡張for**
|
15
15
|
|
16
|
-
pythonicに拡張forでや
|
16
|
+
pythonicに拡張forでやれ。つぎのようにIterableを使います。タプルも定義。
|
17
17
|
|
18
18
|
```Java
|
19
19
|
var a = List.of(1,2,3,4);
|