Skip to content

Instantly share code, notes, and snippets.

@DanielHarman
Created February 18, 2015 13:10
Show Gist options
  • Save DanielHarman/bc5608f55681e82a109f to your computer and use it in GitHub Desktop.
Save DanielHarman/bc5608f55681e82a109f to your computer and use it in GitHub Desktop.
x = "hi"
y = "brown cow"
print "{0}, {1}".format(x,y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment