質問編集履歴

2

誤字修正

2019/11/07 07:40

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -138,7 +138,7 @@
138
138
 
139
139
 
140
140
 
141
- with open('gesui_seireki.txt','wt')as f:
141
+ with open('event_seireki.txt','wt')as f:
142
142
 
143
143
  for ele in a:
144
144
 

1

誤字修正

2019/11/07 07:40

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -116,7 +116,7 @@
116
116
 
117
117
  start_list = data[i+1].rstrip() #開催月の抜き出し
118
118
 
119
- start_list= toshi_list.replace(' ','') #空白を削除
119
+ start_list= start_list.replace(' ','') #空白を削除
120
120
 
121
121
  start_seireki = re.findall(r'.+年', toshi_list) #開催月の開催年を西暦で抜き取る
122
122