質問するログイン新規登録

回答編集履歴

1

誤回答である旨追記

2017/05/01 01:39

投稿

masaya_ohashi
masaya_ohashi

スコア9210

answer CHANGED
@@ -1,3 +1,4 @@
1
+ #これは誤回答です
1
2
  ```Python
2
3
  output[i] = output[i].replace('\s+',' ')
3
4
  ```