When you post python code it needs to go in [code][/code] tags.
That makes the difference between
If code_tags = "used":
print "python formatted OK"
else:
print "python is scrambled"
and
That makes the difference between
If code_tags = "used":
print "python formatted OK"
else:
print "python is scrambled"
and
Code:
If code_tags = "used": print "python formatted OK"else: print "python is scrambled"
Statistics: Posted by DougieLawson — Sun Sep 15, 2024 8:36 am