teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

追加内容

2018/02/12 14:48

投稿

SpecialTukimiya
SpecialTukimiya

スコア192

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
+ #インデントの変更部分が不明です。