Glad it's working. An alternative to that, which some may prefer or find more pleasing to the eye is -file.write("\n"+str(a)+" "+str(b)+" "+str(c)+" "+str(d)).
Code:
file.write("\n{} {} {} {}".format(a, b, c, d))Code:
file.write("\n{a} {b} {c} {d}")Statistics: Posted by hippy — Tue Apr 01, 2025 7:44 pm