Skip to content

Instantly share code, notes, and snippets.

@jdegenstein
Created November 27, 2023 20:22
Show Gist options
  • Save jdegenstein/56bcc24d5f4fda8dd62a7f8175af8185 to your computer and use it in GitHub Desktop.
Save jdegenstein/56bcc24d5f4fda8dd62a7f8175af8185 to your computer and use it in GitHub Desktop.
to format multiline python in discord ...
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