質問編集履歴
1
エラーコードを修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -24,9 +24,9 @@
|
|
24
24
|
|
25
25
|
Traceback (most recent call last):
|
26
26
|
|
27
|
-
File "
|
27
|
+
File "tes.py", line 11, in <module>
|
28
28
|
|
29
|
-
print(
|
29
|
+
print(kai)
|
30
30
|
|
31
31
|
TypeError: an integer is required (got type str)
|
32
32
|
|