Skip to content

Commit 49488e8

Browse files
committed
Eighth project update
1 parent bc40423 commit 49488e8

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

.idea/workspace.xml

+18-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turtle_racing.py

+1-1
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', 'cyan']
6+
COLORS = ['red', 'green', 'blue', 'orange', 'yellow', 'black', 'purple', 'pink', 'brown', 'gray']
77

88

99
def get_number_of_racers():

0 commit comments

Comments
 (0)