Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 3, 2015 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/35fddba942c65771d19f to your computer and use it in GitHub Desktop.
Save codecademydev/35fddba942c65771d19f to your computer and use it in GitHub Desktop.
Codecademy export
a = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
for n in a:
if n%2 == 0:
print n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment