質問編集履歴

1

エラーコードを修正しました。

2021/06/07 18:12

投稿

miroku
miroku

スコア14

test CHANGED
File without changes
test CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  Traceback (most recent call last):
26
26
 
27
- File "kadai09a.py", line 11, in <module>
27
+ File "tes.py", line 11, in <module>
28
28
 
29
- print(chr(kai))
29
+ print(kai)
30
30
 
31
31
  TypeError: an integer is required (got type str)
32
32