Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 3, 2015 17:05
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/4ce82f0f0bc16ad95ba6 to your computer and use it in GitHub Desktop.
Save codecademydev/4ce82f0f0bc16ad95ba6 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 number in a
if number % 2 == 0
print a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment