If you're going to post python on the forum use the [code] ... your code goes here ...[/code] tags.
That makes the difference between
if "code-tags" == "used":
print("code is formatted with left-hand whitespace")
else:
print("code is scrambled")
And
That makes the difference between
if "code-tags" == "used":
print("code is formatted with left-hand whitespace")
else:
print("code is scrambled")
And
Code:
if "code-tags" == "used": print("code is formatted with left-hand whitespace")else: print("code is scrambled")
Statistics: Posted by DougieLawson — Fri Jan 24, 2025 11:41 pm