回答編集履歴
1
修正
answer
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
flower = random.sample(flowers, 2)
|
6
6
|
photo_file = flower
|
7
7
|
photo_file = photo_file[0]
|
8
|
-
photo_file = flower
|
8
|
+
photo_file = flower # すでに記録されていた photo_file[0] の情報が消える
|
9
9
|
photo_file = photo_file[1]
|
10
10
|
|
11
11
|
return photo_file
|