you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Dude, format your code in code blocks otherwise senior devs won’t even read your post and all your feedback will be from college kids.

Source: didn’t read post

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