Skip to content

Commit 55f35f0

Browse files
committed
Eighth project update
1 parent 49488e8 commit 55f35f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turtle_racing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import random
44

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

88

99
def get_number_of_racers():

0 commit comments

Comments
 (0)