回答編集履歴

1

2020/12/04 09:13

投稿

sfdust
sfdust

スコア1137

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- result = map(lambda p:calc(p[0], p[1]), product(a, b))
29
+ result = map(lambda p:calc(*p), product(a, b))
30
30
 
31
31
 
32
32