Skip to content

Instantly share code, notes, and snippets.

@jaimemarijke
Last active October 24, 2022 16:15
Show Gist options
  • Save jaimemarijke/0b897d2af0f239f64652ea1c93cc9045 to your computer and use it in GitHub Desktop.
Save jaimemarijke/0b897d2af0f239f64652ea1c93cc9045 to your computer and use it in GitHub Desktop.
Option Zero
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