Skip to content

Instantly share code, notes, and snippets.

@MtkN1
Created March 13, 2021 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MtkN1/07d09ebe3c015678be9d507423b547fd to your computer and use it in GitHub Desktop.
Save MtkN1/07d09ebe3c015678be9d507423b547fd to your computer and use it in GitHub Desktop.
Note Preview Sample
msg = 'bar'
print(f'hello, {msg}!')
msg = 'foo'
print(f'hello, {msg}!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment