If you're going to post python (which uses left hand white space) you need to use [code][/code] tags.
That makes the difference between
if code-tags == "used":
print ("code is formatted")
else:
print ("code is scrambled")
andPlease edit your original posting to update your script.
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 May 19, 2025 7:53 am