The Python bot has an issue with code blocks that are formatted with ``` but not ```py. It replies with a message that says:
You are using the wrong character instead of backticks.
It should say something to the effect of "While you are using backticks you are not specifying the language. Please use ```py for Python code."
The Python bot has an issue with code blocks that are formatted with
```but not```py. It replies with a message that says:It should say something to the effect of "While you are using backticks you are not specifying the language. Please use
```pyfor Python code."