回答編集履歴

1

訂正

2021/03/06 15:07

投稿

otn
otn

スコア85882

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```Python
4
4
 
5
- A[0] = re.sub("([ -~]+)","\1\n",A[0])
5
+ A[0] = re.sub("^([ -~]+)","\1\n",A[0])
6
6
 
7
7
  ```