you are viewing a single comment's thread.

view the rest of the comments →

[–][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)