質問編集履歴
2
エラーを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -58,6 +58,18 @@
|
|
58
58
|
|
59
59
|
```
|
60
60
|
|
61
|
+
●エラー
|
62
|
+
|
63
|
+
```python
|
64
|
+
|
65
|
+
File "<ipython-input-35-5d2a2fc4c36a>", line 4
|
66
|
+
|
67
|
+
for i in range(N,0,-1):
|
68
|
+
|
69
|
+
^
|
70
|
+
|
71
|
+
IndentationError: unexpected indent```
|
72
|
+
|
61
73
|
|
62
74
|
|
63
75
|
与えられたヒントをコード内で利用すると思ったのですが、
|
1
コードを書き換えました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -25,6 +25,10 @@
|
|
25
25
|
```
|
26
26
|
|
27
27
|
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
●コード
|
28
32
|
|
29
33
|
```python
|
30
34
|
|