-
-
Save stephengruppetta/d9665e467b584060ab8c82359e7198d3 to your computer and use it in GitHub Desktop.
This file contains 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
# '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