Skip to content

Commit fda5753

Browse files
committed
Update secret_handshake.py
1 parent 83b939b commit fda5753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secret-handshake/secret_handshake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
are ignored. The reverse bit (16) inverses the final list of actions.
1818
"""
1919

20-
ACTIONS: dict[int:tuple[str, str]] = {
20+
ACTIONS: dict[int : tuple[str, str]] = {
2121
0: ("00001", "wink"),
2222
1: ("00010", "double blink"),
2323
2: ("00100", "close your eyes"),

0 commit comments

Comments
 (0)