質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
w = open('./aft/test_1.txt', 'w')
|
10
10
|
|
11
11
|
for line in r:
|
12
|
-
if line.find('set'):
|
12
|
+
if line.find('set') > 0:
|
13
13
|
s = line.split('\n')
|
14
14
|
w.write(' '.join([str(n) for n in s]) + 'hoge()\n')
|
15
15
|
else:
|