質問編集履歴
1
追加内容
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,4 +19,13 @@
|
|
19
19
|
print(res)
|
20
20
|
```
|
21
21
|
|
22
|
-
何が駄目なのでしょうか?
|
22
|
+
何が駄目なのでしょうか?
|
23
|
+
|
24
|
+
|
25
|
+
#エラー
|
26
|
+
```
|
27
|
+
IndentationError: unindent does not match any outer indentation level
|
28
|
+
```
|
29
|
+
|
30
|
+
インデントが外側のインデントレベルと一致しません
|
31
|
+
#インデントの変更部分が不明です。
|