Skip to content

Commit

Permalink
Eighth project update
Browse files Browse the repository at this point in the history
  • Loading branch information
Parq254 committed Jun 10, 2024
1 parent 49488e8 commit 55f35f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turtle_racing.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import random

WIDTH, HEIGHT = 500, 500
COLORS = ['red', 'green', 'blue', 'orange', 'yellow', 'black', 'purple', 'pink', 'brown', 'gray']
COLORS = ['red', 'green', 'blue', 'orange', 'yellow', 'black', 'purple', 'pink', 'brown', 'magenta']


def get_number_of_racers():
Expand Down

0 comments on commit 55f35f0

Please sign in to comment.