質問編集履歴

2

申し訳ございません。修正致しました。

2019/09/16 10:22

投稿

nabe0723
nabe0723

スコア4

test CHANGED
File without changes
test CHANGED
@@ -21,12 +21,6 @@
21
21
 
22
22
 
23
23
  ```
24
-
25
- ```
26
-
27
-
28
-
29
- ###
30
24
 
31
25
  # -*- coding: utf-8 -*-
32
26
 

1

書式の修正

2019/09/16 10:22

投稿

nabe0723
nabe0723

スコア4

test CHANGED
File without changes
test CHANGED
@@ -26,11 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- ### 該当のソースコード
29
+ ###
30
-
31
-
32
-
33
- ```Python3.x
34
30
 
35
31
  # -*- coding: utf-8 -*-
36
32
 
@@ -170,6 +166,12 @@
170
166
 
171
167
  print(word +'\t'+str(goal[word]), file = outputfile)
172
168
 
169
+
170
+
171
+ ```Python3.x
172
+
173
+
174
+
173
175
  ```
174
176
 
175
177