Skip to content

Instantly share code, notes, and snippets.

@psicobyte
Created April 29, 2015 18:08
Show Gist options
  • Select an option

  • Save psicobyte/39f5509ca43a777d14f0 to your computer and use it in GitHub Desktop.

Select an option

Save psicobyte/39f5509ca43a777d14f0 to your computer and use it in GitHub Desktop.
if expresion_a_evaluar_1:
ejecutar_si_cierto_1
elif expresion_a_evaluar_2:
ejecutar_si_cierto_2
elif expresion_a_evaluar_3:
ejecutar_si_cierto_3
else:
ejecutar_si_ninguna
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment