Last active
October 24, 2022 16:15
-
-
Save jaimemarijke/0b897d2af0f239f64652ea1c93cc9045 to your computer and use it in GitHub Desktop.
Option Zero
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
OPTIONS = [ | |
“do nothing”, | |
“do something”, | |
“do everything”, | |
] | |
option_zero = OPTIONS[0] # do nothing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment