回答編集履歴

1

修正

2020/05/12 10:21

投稿

ForestSeo
ForestSeo

スコア2720

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 4 3 5 2 5 1 3 5 と入力
6
6
 
7
- lst2 = [n for n in lst1]
7
+ lst2 = lst1.copy()
8
8
 
9
9
  for num in set(lst2):
10
10