回答編集履歴
1
修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```ここに言語を入力
|
2
2
|
|
3
|
-
r = s.strip()
|
3
|
+
r = str(s).strip()
|
4
4
|
|
5
5
|
```
|
6
6
|
|