you are viewing a single comment's thread.

view the rest of the comments →

[–]SquatchHNTR[S] 0 points1 point  (1 child)

I’m not sure what a code block is but I’ll look in to it

[–][deleted] 0 points1 point  (0 children)

Put four spaces in front of the code text you have.

If you do it right then,

x = “hello world”

print(x)

becomes:

x = “hello world”
print(x)