Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Created October 26, 2022 18:08
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 alex-ber/447fa1d0b538778abb2d5c92f22ebd6e to your computer and use it in GitHub Desktop.
Save alex-ber/447fa1d0b538778abb2d5c92f22ebd6e to your computer and use it in GitHub Desktop.
delim = ","
msg = f"Hello{delim} world!"
print(msg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment