Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jeremiahjstanley/0e37eccc0b6ab097a1eafff7431bf54f to your computer and use it in GitHub Desktop.
Save jeremiahjstanley/0e37eccc0b6ab097a1eafff7431bf54f to your computer and use it in GitHub Desktop.
Conditional - Turing TA Interview

Conditionals

Conditional let us determine when we do what

Using conditionals allows us to protect code from executing until the proper conditons are met.

Think of conditionals a way of putting a wall around a walled city. Your city has a gate, but you hold the power to open that gate from the right peopole

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment