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

質問編集履歴

1

コードを見やすくしました。

2020/09/15 11:20

投稿

gabriel.r.n
gabriel.r.n

スコア8

title CHANGED
File without changes
body CHANGED
@@ -2,9 +2,16 @@
2
2
  ファイルの置き場所等変えてもダメでした。
3
3
  どこを修正すれば良いでしょうか?
4
4
 
5
-
5
+ エラメッセージ
6
+ self._image_surf = pygame.image.load("20190809165300949.jpg").convert()
7
+ pygame.error: Unsupported image format```import pygame
6
8
 
9
+
10
+
11
+
12
+
13
+ ```ここに言語を入力
7
- import pygame
14
+ コード```import pygame
8
15
  import time
9
16
 
10
17
  class Apple:
@@ -172,7 +179,6 @@
172
179
  theApp = App()
173
180
  theApp.on_execute()
174
181
 
175
-
176
- エラメッセージ
182
+
177
- self._image_surf = pygame.image.load("20190809165300949.jpg").convert()
178
- pygame.error: Unsupported image format
183
+ ```
184
+ ```