Skip to content

Instantly share code, notes, and snippets.

@jdibiccari
Last active August 29, 2015 14:01
Show Gist options
  • Save jdibiccari/b6b1a713fcca4c42c739 to your computer and use it in GitHub Desktop.
Save jdibiccari/b6b1a713fcca4c42c739 to your computer and use it in GitHub Desktop.
blog_post_1
name = "Katherine"
major = "Psychology and Gender Studies"
school = "Wesleyan"
college_major = "%s majored in %s at %s." % [name, major, school]
# => Katherine majored in Psychology and Gender Studies at Wesleyan.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment