Skip to content

Instantly share code, notes, and snippets.

@kellegous
Created February 13, 2016 02:05
Show Gist options
  • Save kellegous/1e4fa23d9c42647e9575 to your computer and use it in GitHub Desktop.
Save kellegous/1e4fa23d9c42647e9575 to your computer and use it in GitHub Desktop.
a = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
print('my list has this many in it')
print(len(a))
for i in a:
print(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment