回答編集履歴

1

d

2018/11/23 04:19

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -1,12 +1,12 @@
1
- ```
1
+ ```python
2
2
 
3
3
  (-splet > width) and (width > splet)
4
4
 
5
5
  ```
6
6
 
7
+
7
8
 
8
-
9
- ```
9
+ ```python
10
10
 
11
11
  (-splet > width) & (width > splet)
12
12