回答編集履歴
1
修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
バックスラッシュ自体をエスケープします。
|
2
2
|
```Python
|
3
|
-
|
3
|
+
文字列.replace("\","")
|
4
4
|
```
|