I would like to make several statements that give standard output without seeing newlines in between statements.
Specifically, suppose I have:
for it
A comma at the end of the print statement omits the new line.
for i in xrange(1,100): print i,
but this does not overwrite.