質問編集履歴

1

エラーメッセージの編集

2023/02/19 02:58

投稿

mackey...
mackey...

スコア1

test CHANGED
File without changes
test CHANGED
@@ -13,8 +13,10 @@
13
13
 
14
14
  ```
15
15
  エラーメッセージ
16
- ```elif(最初の部分のみ)の部分 Expected expression
16
+ ```File "<tokenize>", line 72
17
+ elif int(First_How_Many) = 1 :
18
+ ^
17
-   Statusの部分 Unexpected indentation
19
+ IndentationError: unindent does not match any outer indentation level
18
20
 
19
21
  ### 該当のソースコード
20
22