If you're going to post python (which uses left-hand whitespace) you need to enclose the python code in [code][/code] tags.
That makes the difference between:
if code-tags == "used":
print ("code is formatted correctly")
else:
print ("code is scrambled")
AndPlease edit your existing post.
That makes the difference between:
if code-tags == "used":
print ("code is formatted correctly")
else:
print ("code is scrambled")
And
Code:
if code-tags == "used": print ("code is formatted correctly")else: print ("code is scrambled")Statistics: Posted by DougieLawson — Fri Feb 21, 2025 7:03 pm