回答編集履歴
1
d
answer
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
```
|
1
|
+
```python
|
2
2
|
(-splet > width) and (width > splet)
|
3
3
|
```
|
4
|
-
|
4
|
+
を
|
5
|
-
```
|
5
|
+
```python
|
6
6
|
(-splet > width) & (width > splet)
|
7
7
|
```
|
8
8
|
|