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

質問編集履歴

1

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

2021/06/07 18:12

投稿

miroku
miroku

スコア14

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 "kadai09a.py", line 11, in <module>
14
+ File "tes.py", line 11, in <module>
15
- print(chr(kai))
15
+ print(kai)
16
16
  TypeError: an integer is required (got type str)
17
17
  ```