質問編集履歴
1
エラーコードを修正しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
|
12
12
|
```errorcode
|
13
13
|
Traceback (most recent call last):
|
14
|
-
File "
|
14
|
+
File "tes.py", line 11, in <module>
|
15
|
-
print(
|
15
|
+
print(kai)
|
16
16
|
TypeError: an integer is required (got type str)
|
17
17
|
```
|