We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77936a commit 21a2317Copy full SHA for 21a2317
Day-5/README.md
@@ -8,10 +8,12 @@ Try running it!
8
9
If you receive the error:
10
11
- Traceback (most recent call last):
12
- File "C:/Python25/pygame tester.py", line 16, in <module>
13
- my_ball = pygame.image.load('beach_ball.png')
14
- error: Couldn't open beach_ball.png
+```python
+Traceback (most recent call last):
+ File "C:/Python25/pygame tester.py", line 16, in <module>
+ my_ball = pygame.image.load('beach_ball.png')
15
+error: Couldn't open beach_ball.png
16
+```
17
18
Then your image file was not saved in the correct location!
19
0 commit comments