Skip to content

Commit 21a2317

Browse files
committed
style code correctly
Styled code using fenced code blocks and syntax highlighting.
1 parent e77936a commit 21a2317

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Day-5/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ Try running it!
88

99
If you receive the error:
1010

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
11+
```python
12+
Traceback (most recent call last):
13+
File "C:/Python25/pygame tester.py", line 16, in <module>
14+
my_ball = pygame.image.load('beach_ball.png')
15+
error: Couldn't open beach_ball.png
16+
```
1517

1618
Then your image file was not saved in the correct location!
1719

0 commit comments

Comments
 (0)