I did Thx!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")
AndCode:
if code-tags == "used": print ("code is formatted")else: print ("code is scrambled")
Best,
N
Statistics: Posted by dgy411852 — Mon Jan 06, 2025 8:16 pm