Created
November 27, 2023 20:22
-
-
Save jdegenstein/56bcc24d5f4fda8dd62a7f8175af8185 to your computer and use it in GitHub Desktop.
to format multiline python in discord ...
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
to format multi-line python code in discord, type: \```py```py | |
def codegoeshere(): | |
print("foobar") | |
```\``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment