質問編集履歴

1

コードブロックを適用してみました。

2018/04/15 10:08

投稿

tkche
tkche

スコア5

test CHANGED
File without changes
test CHANGED
@@ -54,6 +54,8 @@
54
54
 
55
55
 
56
56
 
57
+ ```python
58
+
57
59
  f = open('test.txt',encoding="utf-8-sig")
58
60
 
59
61
  data1 = f.read()
@@ -146,6 +148,8 @@
146
148
 
147
149
 
148
150
 
151
+ ```
152
+
149
153
 
150
154
 
151
155