Skip to content

Instantly share code, notes, and snippets.

@Jwpe
Created February 18, 2014 00:28
Show Gist options
  • Save Jwpe/9062119 to your computer and use it in GitHub Desktop.
Save Jwpe/9062119 to your computer and use it in GitHub Desktop.
Why marketers should learn to code:
opening_line = "{}. Marketers should learn to code because {}!"
reasons = ["it will make them more efficient", "it's amazing and fun",
"it will help them to understand the technology that they work with"]
for i, reason in enumerate(reasons):
print opening_line.format(i + 1, reason)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment