回答編集履歴
1
typo
answer
CHANGED
@@ -15,7 +15,6 @@
|
|
15
15
|
for line in lines:
|
16
16
|
if re.match(pattern, line):
|
17
17
|
lineElemList = list(line)
|
18
|
-
print(lineElemList)
|
19
18
|
for index, elem in enumerate(lineElemList):
|
20
19
|
|
21
20
|
if lineElemList[index - 1] == '\t' and isinstance(elem, str):
|