Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created May 7, 2023 09:43
Show Gist options
  • Save stephengruppetta/d9665e467b584060ab8c82359e7198d3 to your computer and use it in GitHub Desktop.
Save stephengruppetta/d9665e467b584060ab8c82359e7198d3 to your computer and use it in GitHub Desktop.
# 'bizarre_print("Hello", "Let's try this out")' is the same as…
print(
"Here is a random number",
random.randint(0, 100),
"Hello",
"Let's try this out",
sep=" • | • ",
end=" <THE END>\n",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment