Feb-02-2024, 06:26 AM
Gentlemen!
Ladies if any?!
I have never seen it before,
I'm formatting a string, separating vars by a coma, and for some reason, the last coma is printed on a new line...
I even tried this:
I'm confused how to go around it...
Any help is appreciated.
Thank you!
Ladies if any?!
I have never seen it before,

print(f"{str(starttime)},{str(endtime)},{str(cell_nm)},{str(hand_nm)},{str(tt)},{str(prod)},")I made sure the VARs all are sctrings but still last come is printed on a new line...
I even tried this:
coma = "," print(f" PRODUCT = {prod}{coma}")But still, the coma printed on a new line...

I'm confused how to go around it...
Any help is appreciated.
Thank you!