Hey @lilac thicket!
Please edit your message to use a code block
You are using the wrong character instead of backticks. Use ```, not '''.
Also, add a py after the three backticks.
```py
print('Hello, world!')
```
This will result in the following:
print('Hello, world!')```