If you're going to post python code you MUST put it between [code][/code] tags.
That makes the difference between
if code-tags == "used":
print ("code is pretty and left-hand whitespace is preserved")
else:
print ("code is scrambled and not formatted")
And
That makes the difference between
if code-tags == "used":
print ("code is pretty and left-hand whitespace is preserved")
else:
print ("code is scrambled and not formatted")
And
Code:
if code-tags == "used": print ("code is pretty and left-hand whitespace is preserved") else: print ("code is scrambled and not formatted")
Statistics: Posted by DougieLawson — Sat Feb 15, 2025 6:21 pm