We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b939b commit fda5753Copy full SHA for fda5753
secret-handshake/secret_handshake.py
@@ -17,7 +17,7 @@
17
are ignored. The reverse bit (16) inverses the final list of actions.
18
"""
19
20
-ACTIONS: dict[int:tuple[str, str]] = {
+ACTIONS: dict[int : tuple[str, str]] = {
21
0: ("00001", "wink"),
22
1: ("00010", "double blink"),
23
2: ("00100", "close your eyes"),
0 commit comments