how to print without new line
I wanna use print, but I want it to skip the new line. In Python 3 you should be able to use print(".",end=""), but it gives back: "SyntaxError: invalid syntax". What's the problem right there and is there a work arround or different funktion?
print("Def: R ",end = "")
if str(p) is not None:
print \ {',', '.join([str(p) for p in pol]),'}'