We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b0e55 commit 09cec54Copy full SHA for 09cec54
Color_Game/main.py
@@ -5,7 +5,6 @@
5
colours = ['Red', 'Blue', 'Green', 'Yellow', 'Orange', 'Purple', 'Pink', 'Black', 'White']
6
score = 0
7
timeleft = 30
8
-highest_score = 0
9
10
def next_colour():
11
global score, timeleft
0 commit comments