Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created December 10, 2009 22:33
Show Gist options
  • Save pifantastic/253761 to your computer and use it in GitHub Desktop.
Save pifantastic/253761 to your computer and use it in GitHub Desktop.
import os
alist = ["wtf", "i", "love", "this", "font"]
for lol in alist:
print lol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment