If you're going to post python code on here you MUST enclose it in [code][/code] tags to preserve the left-hand whitespace. They also help for C/C++ code as it makes it easier to copy the whole example.
That makes the difference between:
if code-tags == "used":
print("code is formatted")
else
print("code is scrambled")
And:
That makes the difference between:
if code-tags == "used":
print("code is formatted")
else
print("code is scrambled")
And:
Code:
if code-tags == "used": print("code is formatted")else print("code is scrambled")Statistics: Posted by DougieLawson — Tue Jul 01, 2025 6:31 am