Skip to content

Commit

Permalink
style code correctly
Browse files Browse the repository at this point in the history
Styled code using fenced code blocks and syntax highlighting.
  • Loading branch information
A1fus committed Oct 16, 2015
1 parent e77936a commit 21a2317
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Day-5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Try running it!

If you receive the error:

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

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

Expand Down

0 comments on commit 21a2317

Please sign in to comment.