Skip to content

Instantly share code, notes, and snippets.

@atg
Created February 13, 2010 15:13
Show Gist options
  • Save atg/303493 to your computer and use it in GitHub Desktop.
Save atg/303493 to your computer and use it in GitHub Desktop.
my_strings = ['foo', 'bar', 'baz']
for a_string in my_strings:
print(a_string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment