Skip to content

Instantly share code, notes, and snippets.

@zzak
Created July 17, 2010 22:32
Show Gist options
  • Save zzak/479905 to your computer and use it in GitHub Desktop.
Save zzak/479905 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
groceries=['bread', 'milk', 'eggs', 'bacon', 'peanut butter']
for grocery in groceries:
print grocery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment