If you're going to post python on here you MUST use [code][/code] tags.
That makes the difference between
if code-tags == "used":
print ("Python code is formatted")
else
print ("Python code is scrambled")
AndYou can edit your posting to add them.
That makes the difference between
if code-tags == "used":
print ("Python code is formatted")
else
print ("Python code is scrambled")
And
Code:
if code-tags == "used": print ("Python code is formatted")else print ("Python code is scrambled")
Statistics: Posted by DougieLawson — Mon Apr 14, 2025 11:14 am