We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebe081 commit 9f9201eCopy full SHA for 9f9201e
embedded-python/simon_says.py
@@ -25,7 +25,7 @@
25
26
# Check win condition
27
if player_in == direction:
28
- # Player input correctly
+ # Player's input is correct
29
points += 1
30
else:
31
display.scroll(points)
0 commit comments