回答編集履歴

1

コード修正

2018/11/13 02:23

投稿

can110
can110

スコア38266

test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  lst2 = [2,1,2,5,4,5]
18
18
 
19
- assert(len(lst1) == len(lst2))
19
+ assert((len(lst1) == len(lst2)) and (len(lst1) % 2 == 0))
20
20
 
21
21
 
22
22