To format code on discord, using syntax highlighting, use 3 backticks (`)

Example:

Hello, I get an error in this code in line 4, can someone help me ?
```python
# this will appear formatted in python
import time
while True:
    pront("Hello World")
    time.sleep(5)
```

How it looks when you type it:

How it looks once posted: