質問編集履歴

1

コードの修正

2021/05/08 06:25

投稿

shin_shin
shin_shin

スコア96

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
  def question_type_identifier(text):
34
34
 
35
- result = re.search(r'(いつ|どこ|どこで|誰が|だれが|だれ|||何を|なに|なにを|なんですかね|なぜ|どうして|どのように|どうすれば)', text)
35
+ result = re.search(r'(いつ|どこ|どこで|誰が|だれが|だれ|何を|なに|なにを|なんですかね|なぜ|どうして|どのように|どうすれば)', text)
36
36
 
37
37
  if result is None:
38
38