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

回答編集履歴

1

修正

2019/02/25 11:31

投稿

hayataka2049
hayataka2049

スコア30939

answer CHANGED
@@ -1,5 +1,5 @@
1
1
  ```python
2
2
  # def__init__(self, width, height, depth):
3
- def __init__(self, width, height, depth): defの後にスペースを入れましょう
3
+ def __init__(self, width, height, depth): # defの後にスペースを入れましょう
4
4
 
5
5
  ```