回答編集履歴
1
追記
answer
CHANGED
@@ -16,4 +16,6 @@
|
|
16
16
|
File "<stdin>", line 2, in <module>
|
17
17
|
File "<stdin>", line 3, in func
|
18
18
|
NameError: name 'hogeeeeeeeeeeeee' is not defined
|
19
|
-
```
|
19
|
+
```
|
20
|
+
|
21
|
+
ただし、ご提示の関数の内容自体はバグなく書けていると思いますよ。
|