質問編集履歴

1

修正

2018/06/24 12:27

投稿

raonarud
raonarud

スコア88

test CHANGED
File without changes
test CHANGED
@@ -2,11 +2,23 @@
2
2
 
3
3
 
4
4
 
5
- if(p2 - p) > 1000
5
+ if (p2 - p) > 2500:
6
6
 
7
- ^
7
+ print('aaa')
8
8
 
9
+
10
+
11
+ にするとエラーになります
12
+
13
+
14
+
15
+ print('aaa')
16
+
17
+ ^
18
+
9
- SyntaxError: invalid syntax
19
+ IndentationError: expected an indented block
20
+
21
+
10
22
 
11
23
 
12
24