回答編集履歴

1

typo

2017/07/23 04:31

投稿

wakamechan
wakamechan

スコア88

test CHANGED
@@ -31,8 +31,6 @@
31
31
  if re.match(pattern, line):
32
32
 
33
33
  lineElemList = list(line)
34
-
35
- print(lineElemList)
36
34
 
37
35
  for index, elem in enumerate(lineElemList):
38
36