About the Python Help category

Evidently the code formatting used to be nicely colored from using ***py3. I get nice coloring from using…

```python

as the first fencing line as Carol Willing recommended in this helpful post.

Example:

    # YOUR CODE GOES HERE
    if me.is_hungry:
       me.bake("bagel")

UPDATE: I no longer have to use ```python to get full color for code (well, not full IDE color, but it’s still pretty good). HOWEVER, If I paste another code block right below the first one, one of them will use block quoting until I append the ````python.

4 Likes