Skip to content

Instantly share code, notes, and snippets.

@brettfazio
Created August 5, 2020 11:38
Show Gist options
  • Select an option

  • Save brettfazio/7b93d6e9cd1625da391050e38bdcdf75 to your computer and use it in GitHub Desktop.

Select an option

Save brettfazio/7b93d6e9cd1625da391050e38bdcdf75 to your computer and use it in GitHub Desktop.
name = 'Brett'
blog_title = 'Medium'
# Hi, my name is Brett and I am writing on my Medium blog.
a = "Hi, my name is {} and I am writing on my {} blog.".format(name, blog_title)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment