Skip to content

Instantly share code, notes, and snippets.

@keitheis
Created May 28, 2013 16:38
Show Gist options
  • Save keitheis/5664120 to your computer and use it in GitHub Desktop.
Save keitheis/5664120 to your computer and use it in GitHub Desktop.
some bad ideas for seeking good
-for row in ['apple', 'banana', 'pineapple']: tr
-for col in ['juice', 'muffin', 'pie']: td
${row.capitalize()} ${col}
-<tr> for row in ['apple', 'banana', 'pineapple']
-<td> for col in ['juice', 'muffin', 'pie']
${row.capitalize()} ${col}
tr -for row in ['apple', 'banana', 'pineapple']
td -for col in ['juice', 'muffin', 'pie']
${row.capitalize()} ${col}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment