Created
August 5, 2020 11:38
-
-
Save brettfazio/7b93d6e9cd1625da391050e38bdcdf75 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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