If you're going to post python code on the forum (and want to preserve left hand whitespace) you need to enclose it in [code]... your code here ...[/code] tags.
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 — Mon Jan 06, 2025 7:51 pm