質問編集履歴

3

最終行に``` 「だけ」の行に修正しました。

2021/09/26 23:51

投稿

hiruandon3
hiruandon3

スコア3

test CHANGED
File without changes
test CHANGED
@@ -70,4 +70,6 @@
70
70
 
71
71
  plt.show()
72
72
 
73
+
74
+
73
- ```
75
+ ```

2

コード記入の先頭行、最終行の表記を修正しました。

2021/09/26 23:51

投稿

hiruandon3
hiruandon3

スコア3

test CHANGED
File without changes
test CHANGED
@@ -26,9 +26,7 @@
26
26
 
27
27
 
28
28
 
29
-
30
-
31
- .....Python
29
+ ```python
32
30
 
33
31
 
34
32
 
@@ -72,6 +70,4 @@
72
70
 
73
71
  plt.show()
74
72
 
75
-
76
-
77
- ...........
73
+ ```

1

コード記入の先頭行に ....Python を挿入、最終行に......を挿入しました。

2021/09/26 23:23

投稿

hiruandon3
hiruandon3

スコア3

test CHANGED
File without changes
test CHANGED
@@ -28,6 +28,8 @@
28
28
 
29
29
 
30
30
 
31
+ .....Python
32
+
31
33
 
32
34
 
33
35
  import os
@@ -41,8 +43,6 @@
41
43
  from PIL import Image
42
44
 
43
45
  import matplotlib.pyplot as plt
44
-
45
-
46
46
 
47
47
 
48
48
 
@@ -71,3 +71,7 @@
71
71
  plt.imshow(image)
72
72
 
73
73
  plt.show()
74
+
75
+
76
+
77
+ ...........