Skip to content

Commit 9f9201e

Browse files
authored
Language edit
1 parent 0ebe081 commit 9f9201e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-python/simon_says.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Check win condition
2727
if player_in == direction:
28-
# Player input correctly
28+
# Player's input is correct
2929
points += 1
3030
else:
3131
display.scroll(points)

0 commit comments

Comments
 (0)